Html Css Color HEX #AF94E6 Biloba Flower

📋 copy color: '#AF94E6'

red 175 ◦ green 148 ◦ blue 230

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

Shades of Biloba Flower #AF94E6

Tints of Biloba Flower #AF94E6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.76%

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

R = 31.65%
G = 26.76%
B = 41.59%

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

#AF94E6 (or 0xAF94E6) is known color: Biloba Flower. HEX triplet: AF, 94 and E6. RGB value is (175,148,230). Sum of RGB (Red+Green+Blue) = 175+148+230=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF94E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94E6 is #506B19. Grayscale: #A5A5A5. Windows color (decimal): -5270298 or 15111343. OLE color: 15111343.

HSL color Cylindrical-coordinate representation of color #AF94E6: hue angle of 259.76º 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 #AF94E6 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 148 230 -
CMYK 0.24 0.36 0 0.10
HSL 259.76º 0.62% 0.74% -
HSV(B) 259.76º 0.36% 0.9% -
XYZ 42.55 36.01 79.57 -
YUV 165.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 175 148 230 0.24 0.36 0 0.10 259.76 0.62 0.74
Hex AF 94 E6 18 24 0 A 104 3E 4A
Octal 257 224 346 30 44 0 12 404 76 112
Binary 10101111 10010100 11100110 11000 100100 0 1010 100000100 111110 1001010

Color Harmonies of #AF94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94E6

Black with #AF94E6

Text Example


Text Example

White with #AF94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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