Html Css Color HEX #AF9EEA Biloba Flower

📋 copy color: '#AF9EEA'

red 175 ◦ green 158 ◦ blue 234

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

Shades of Biloba Flower #AF9EEA

Tints of Biloba Flower #AF9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.87%

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 30.86%
G = 27.87%
B = 41.27%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF9EEA (or 0xAF9EEA) is known color: Biloba Flower. HEX triplet: AF, 9E and EA. RGB value is (175,158,234). Sum of RGB (Red+Green+Blue) = 175+158+234=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EEA is #506115. Grayscale: #ABABAB. Windows color (decimal): -5267734 or 15376047. OLE color: 15376047.

HSL color Cylindrical-coordinate representation of color #AF9EEA: hue angle of 253.42º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF9EEA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 158 234 -
CMYK 0.25 0.32 0 0.08
HSL 253.42º 0.64% 0.77% -
HSV(B) 253.42º 0.32% 0.92% -
XYZ 44.76 39.51 83.11 -
YUV 171.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 175 158 234 0.25 0.32 0 0.08 253.42 0.64 0.77
Hex AF 9E EA 19 20 0 8 FD 40 4D
Octal 257 236 352 31 40 0 10 375 100 115
Binary 10101111 10011110 11101010 11001 100000 0 1000 11111101 1000000 1001101

Color Harmonies of #AF9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EEA

Black with #AF9EEA

Text Example


Text Example

White with #AF9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EEA; }

 p { color: rgb(175,158,234); }

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

background-color css

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

 a { background-color: rgb(175,158,234); }

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

border-color css

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

 span { border-color: rgb(175,158,234); }

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