Html Css Color HEX #AF9FEA Biloba Flower

📋 copy color: '#AF9FEA'

red 175 ◦ green 159 ◦ blue 234

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

Shades of Biloba Flower #AF9FEA

Tints of Biloba Flower #AF9FEA

RGB

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

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

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

R = 30.81%
G = 27.99%
B = 41.2%

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

#AF9FEA (or 0xAF9FEA) is known color: Biloba Flower. HEX triplet: AF, 9F and EA. RGB value is (175,159,234). Sum of RGB (Red+Green+Blue) = 175+159+234=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF9FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FEA is #506015. Grayscale: #ACACAC. Windows color (decimal): -5267478 or 15376303. OLE color: 15376303.

HSL color Cylindrical-coordinate representation of color #AF9FEA: hue angle of 252.8º 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 #AF9FEA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 159 234 -
CMYK 0.25 0.32 0 0.08
HSL 252.8º 0.64% 0.77% -
HSV(B) 252.8º 0.32% 0.92% -
XYZ 44.93 39.85 83.17 -
YUV 172.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 175 159 234 0.25 0.32 0 0.08 252.8 0.64 0.77
Hex AF 9F EA 19 20 0 8 FD 40 4D
Octal 257 237 352 31 40 0 10 375 100 115
Binary 10101111 10011111 11101010 11001 100000 0 1000 11111101 1000000 1001101

Color Harmonies of #AF9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FEA

Black with #AF9FEA

Text Example


Text Example

White with #AF9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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