Html Css Color HEX #AF87DB Biloba Flower

📋 copy color: '#AF87DB'

red 175 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #AF87DB

Tints of Biloba Flower #AF87DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.52%

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

R = 33.08%
G = 25.52%
B = 41.4%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF87DB (or 0xAF87DB) is known color: Biloba Flower. HEX triplet: AF, 87 and DB. RGB value is (175,135,219). Sum of RGB (Red+Green+Blue) = 175+135+219=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF87DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87DB is #507824. Grayscale: #9C9C9C. Windows color (decimal): -5273637 or 14387119. OLE color: 14387119.

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

Color convert

RGB 175 135 219 -
CMYK 0.20 0.38 0 0.14
HSL 268.57º 0.54% 0.69% -
HSV(B) 268.57º 0.38% 0.86% -
XYZ 39.13 31.56 71.05 -
YUV 156.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 175 135 219 0.20 0.38 0 0.14 268.57 0.54 0.69
Hex AF 87 DB 14 26 0 E 10D 36 45
Octal 257 207 333 24 46 0 16 415 66 105
Binary 10101111 10000111 11011011 10100 100110 0 1110 100001101 110110 1000101

Color Harmonies of #AF87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF87DB

Black with #AF87DB

Text Example


Text Example

White with #AF87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF87DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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