Html Css Color HEX #AF8CDB Biloba Flower

📋 copy color: '#AF8CDB'

red 175 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #AF8CDB

Tints of Biloba Flower #AF8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.22%

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

R = 32.77%
G = 26.22%
B = 41.01%

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

#AF8CDB (or 0xAF8CDB) is known color: Biloba Flower. HEX triplet: AF, 8C and DB. RGB value is (175,140,219). Sum of RGB (Red+Green+Blue) = 175+140+219=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CDB is #507324. Grayscale: #9F9F9F. Windows color (decimal): -5272357 or 14388399. OLE color: 14388399.

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

Color convert

RGB 175 140 219 -
CMYK 0.20 0.36 0 0.14
HSL 266.58º 0.52% 0.7% -
HSV(B) 266.58º 0.36% 0.86% -
XYZ 39.84 32.98 71.28 -
YUV 159.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 175 140 219 0.20 0.36 0 0.14 266.58 0.52 0.7
Hex AF 8C DB 14 24 0 E 10B 34 46
Octal 257 214 333 24 44 0 16 413 64 106
Binary 10101111 10001100 11011011 10100 100100 0 1110 100001011 110100 1000110

Color Harmonies of #AF8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CDB

Black with #AF8CDB

Text Example


Text Example

White with #AF8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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