Html Css Color HEX #AF93E6 Biloba Flower

📋 copy color: '#AF93E6'

red 175 ◦ green 147 ◦ blue 230

#AF93E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AF93E6

Tints of Biloba Flower #AF93E6

RGB

 RED value IS 175 (68.75% from 255) = 31.7%

 GREEN value IS 147 (57.81% from 255) = 26.63%

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 31.7%
G = 26.63%
B = 41.67%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF93E6 (or 0xAF93E6) is known color: Biloba Flower. HEX triplet: AF, 93 and E6. RGB value is (175,147,230). Sum of RGB (Red+Green+Blue) = 175+147+230=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF93E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93E6 is #506C19. Grayscale: #A4A4A4. Windows color (decimal): -5270554 or 15111087. OLE color: 15111087.

HSL color Cylindrical-coordinate representation of color #AF93E6: hue angle of 260.24º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF93E6 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 147 230 -
CMYK 0.24 0.36 0 0.10
HSL 260.24º 0.62% 0.74% -
HSV(B) 260.24º 0.36% 0.9% -
XYZ 42.4 35.69 79.52 -
YUV 164.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 175 147 230 0.24 0.36 0 0.10 260.24 0.62 0.74
Hex AF 93 E6 18 24 0 A 104 3E 4A
Octal 257 223 346 30 44 0 12 404 76 112
Binary 10101111 10010011 11100110 11000 100100 0 1010 100000100 111110 1001010

Color Harmonies of #AF93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93E6

Black with #AF93E6

Text Example


Text Example

White with #AF93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93E6; }

 p { color: rgb(175,147,230); }

 H1.HeaderClassName
 {
   color: #AF93E6;
 }
 .AnyTagClassName
 {
   color: #AF93E6;
 }
</style>

background-color css

<style>
 a { background-color: #AF93E6; }

 a { background-color: rgb(175,147,230); }

 div.DivClassName
 {
   background-color: #AF93E6;
 }
 .BgClassName
 {
   background-color: #AF93E6;
 }
</style>

border-color css

<style>
 span { border-color: #AF93E6; }

 span { border-color: rgb(175,147,230); }

 td.TdClassName
 {
   border-color: #AF93E6;
 }
 .TagClassName
 {
   border-color: #AF93E6;
 }
</style>