Html Css Color HEX #AF87DC Biloba Flower

📋 copy color: '#AF87DC'

red 175 ◦ green 135 ◦ blue 220

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

Shades of Biloba Flower #AF87DC

Tints of Biloba Flower #AF87DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 33.02%
G = 25.47%
B = 41.51%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF87DC (or 0xAF87DC) is known color: Biloba Flower. HEX triplet: AF, 87 and DC. RGB value is (175,135,220). Sum of RGB (Red+Green+Blue) = 175+135+220=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF87DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87DC is #507823. Grayscale: #9C9C9C. Windows color (decimal): -5273636 or 14452655. OLE color: 14452655.

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

Color convert

RGB 175 135 220 -
CMYK 0.20 0.39 0 0.14
HSL 268.24º 0.55% 0.7% -
HSV(B) 268.24º 0.39% 0.86% -
XYZ 39.26 31.61 71.74 -
YUV 156.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 175 135 220 0.20 0.39 0 0.14 268.24 0.55 0.7
Hex AF 87 DC 14 27 0 E 10C 37 46
Octal 257 207 334 24 47 0 16 414 67 106
Binary 10101111 10000111 11011100 10100 100111 0 1110 100001100 110111 1000110

Color Harmonies of #AF87DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF87DC

Black with #AF87DC

Text Example


Text Example

White with #AF87DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF87DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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