Html Css Color HEX #AF9BE0 Biloba Flower

📋 copy color: '#AF9BE0'

red 175 ◦ green 155 ◦ blue 224

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

Shades of Biloba Flower #AF9BE0

Tints of Biloba Flower #AF9BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 31.59%
G = 27.98%
B = 40.43%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF9BE0 (or 0xAF9BE0) is known color: Biloba Flower. HEX triplet: AF, 9B and E0. RGB value is (175,155,224). Sum of RGB (Red+Green+Blue) = 175+155+224=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF9BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BE0 is #50641F. Grayscale: #A8A8A8. Windows color (decimal): -5268512 or 14719919. OLE color: 14719919.

HSL color Cylindrical-coordinate representation of color #AF9BE0: hue angle of 257.39º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF9BE0 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 155 224 -
CMYK 0.22 0.31 0 0.12
HSL 257.39º 0.53% 0.74% -
HSV(B) 257.39º 0.31% 0.88% -
XYZ 42.86 37.94 75.59 -
YUV 168.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 175 155 224 0.22 0.31 0 0.12 257.39 0.53 0.74
Hex AF 9B E0 16 1F 0 C 101 35 4A
Octal 257 233 340 26 37 0 14 401 65 112
Binary 10101111 10011011 11100000 10110 11111 0 1100 100000001 110101 1001010

Color Harmonies of #AF9BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9BE0

Black with #AF9BE0

Text Example


Text Example

White with #AF9BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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