Html Css Color HEX #AF8EDB Biloba Flower

📋 copy color: '#AF8EDB'

red 175 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #AF8EDB

Tints of Biloba Flower #AF8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 32.65%
G = 26.49%
B = 40.86%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF8EDB (or 0xAF8EDB) is known color: Biloba Flower. HEX triplet: AF, 8E and DB. RGB value is (175,142,219). Sum of RGB (Red+Green+Blue) = 175+142+219=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EDB is #507124. Grayscale: #A0A0A0. Windows color (decimal): -5271845 or 14388911. OLE color: 14388911.

HSL color Cylindrical-coordinate representation of color #AF8EDB: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8EDB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 142 219 -
CMYK 0.20 0.35 0 0.14
HSL 265.71º 0.52% 0.71% -
HSV(B) 265.71º 0.35% 0.86% -
XYZ 40.14 33.57 71.38 -
YUV 160.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 175 142 219 0.20 0.35 0 0.14 265.71 0.52 0.71
Hex AF 8E DB 14 23 0 E 10A 34 47
Octal 257 216 333 24 43 0 16 412 64 107
Binary 10101111 10001110 11011011 10100 100011 0 1110 100001010 110100 1000111

Color Harmonies of #AF8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EDB

Black with #AF8EDB

Text Example


Text Example

White with #AF8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EDB; }

 p { color: rgb(175,142,219); }

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

background-color css

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

 a { background-color: rgb(175,142,219); }

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

border-color css

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

 span { border-color: rgb(175,142,219); }

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