Html Css Color HEX #AF9BEA Biloba Flower

📋 copy color: '#AF9BEA'

red 175 ◦ green 155 ◦ blue 234

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

Shades of Biloba Flower #AF9BEA

Tints of Biloba Flower #AF9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.48%

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

R = 31.03%
G = 27.48%
B = 41.49%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF9BEA (or 0xAF9BEA) is known color: Biloba Flower. HEX triplet: AF, 9B and EA. RGB value is (175,155,234). Sum of RGB (Red+Green+Blue) = 175+155+234=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9BEA is #506415. Grayscale: #A9A9A9. Windows color (decimal): -5268502 or 15375279. OLE color: 15375279.

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

Color convert

RGB 175 155 234 -
CMYK 0.25 0.34 0 0.08
HSL 255.19º 0.65% 0.76% -
HSV(B) 255.19º 0.34% 0.92% -
XYZ 44.25 38.5 82.94 -
YUV 169.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 175 155 234 0.25 0.34 0 0.08 255.19 0.65 0.76
Hex AF 9B EA 19 22 0 8 FF 41 4C
Octal 257 233 352 31 42 0 10 377 101 114
Binary 10101111 10011011 11101010 11001 100010 0 1000 11111111 1000001 1001100

Color Harmonies of #AF9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9BEA

Black with #AF9BEA

Text Example


Text Example

White with #AF9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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