Html Css Color HEX #AF9FED Biloba Flower

📋 copy color: '#AF9FED'

red 175 ◦ green 159 ◦ blue 237

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

Shades of Biloba Flower #AF9FED

Tints of Biloba Flower #AF9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.85%

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 30.65%
G = 27.85%
B = 41.51%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF9FED (or 0xAF9FED) is known color: Biloba Flower. HEX triplet: AF, 9F and ED. RGB value is (175,159,237). Sum of RGB (Red+Green+Blue) = 175+159+237=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FED is #506012. Grayscale: #ACACAC. Windows color (decimal): -5267475 or 15572911. OLE color: 15572911.

HSL color Cylindrical-coordinate representation of color #AF9FED: hue angle of 252.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9FED is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 159 237 -
CMYK 0.26 0.33 0 0.07
HSL 252.31º 0.68% 0.78% -
HSV(B) 252.31º 0.33% 0.93% -
XYZ 45.36 40.02 85.46 -
YUV 172.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 175 159 237 0.26 0.33 0 0.07 252.31 0.68 0.78
Hex AF 9F ED 1A 21 0 7 FC 44 4E
Octal 257 237 355 32 41 0 7 374 104 116
Binary 10101111 10011111 11101101 11010 100001 0 111 11111100 1000100 1001110

Color Harmonies of #AF9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FED

Black with #AF9FED

Text Example


Text Example

White with #AF9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FED; }

 p { color: rgb(175,159,237); }

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

background-color css

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

 a { background-color: rgb(175,159,237); }

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

border-color css

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

 span { border-color: rgb(175,159,237); }

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