Html Css Color HEX #AF8DDB Biloba Flower

📋 copy color: '#AF8DDB'

red 175 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #AF8DDB

Tints of Biloba Flower #AF8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.36%

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

R = 32.71%
G = 26.36%
B = 40.93%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF8DDB (or 0xAF8DDB) is known color: Biloba Flower. HEX triplet: AF, 8D and DB. RGB value is (175,141,219). Sum of RGB (Red+Green+Blue) = 175+141+219=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DDB is #507224. Grayscale: #9F9F9F. Windows color (decimal): -5272101 or 14388655. OLE color: 14388655.

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

Color convert

RGB 175 141 219 -
CMYK 0.20 0.36 0 0.14
HSL 266.15º 0.52% 0.71% -
HSV(B) 266.15º 0.36% 0.86% -
XYZ 39.99 33.28 71.33 -
YUV 160.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 175 141 219 0.20 0.36 0 0.14 266.15 0.52 0.71
Hex AF 8D DB 14 24 0 E 10A 34 47
Octal 257 215 333 24 44 0 16 412 64 107
Binary 10101111 10001101 11011011 10100 100100 0 1110 100001010 110100 1000111

Color Harmonies of #AF8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DDB

Black with #AF8DDB

Text Example


Text Example

White with #AF8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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