Html Css Color HEX #AF9FEE Biloba Flower

📋 copy color: '#AF9FEE'

red 175 ◦ green 159 ◦ blue 238

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

Shades of Biloba Flower #AF9FEE

Tints of Biloba Flower #AF9FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 30.59%
G = 27.8%
B = 41.61%

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

#AF9FEE (or 0xAF9FEE) is known color: Biloba Flower. HEX triplet: AF, 9F and EE. RGB value is (175,159,238). Sum of RGB (Red+Green+Blue) = 175+159+238=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF9FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FEE is #506011. Grayscale: #ACACAC. Windows color (decimal): -5267474 or 15638447. OLE color: 15638447.

HSL color Cylindrical-coordinate representation of color #AF9FEE: hue angle of 252.15º degrees, saturation: 0.7, 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 #AF9FEE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 159 238 -
CMYK 0.26 0.33 0 0.07
HSL 252.15º 0.7% 0.78% -
HSV(B) 252.15º 0.33% 0.93% -
XYZ 45.51 40.08 86.23 -
YUV 172.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 175 159 238 0.26 0.33 0 0.07 252.15 0.7 0.78
Hex AF 9F EE 1A 21 0 7 FC 46 4E
Octal 257 237 356 32 41 0 7 374 106 116
Binary 10101111 10011111 11101110 11010 100001 0 111 11111100 1000110 1001110

Color Harmonies of #AF9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FEE

Black with #AF9FEE

Text Example


Text Example

White with #AF9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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