Html Css Color HEX #AF87DF Biloba Flower

📋 copy color: '#AF87DF'

red 175 ◦ green 135 ◦ blue 223

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

Shades of Biloba Flower #AF87DF

Tints of Biloba Flower #AF87DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 32.83%
G = 25.33%
B = 41.84%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF87DF (or 0xAF87DF) is known color: Biloba Flower. HEX triplet: AF, 87 and DF. RGB value is (175,135,223). Sum of RGB (Red+Green+Blue) = 175+135+223=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF87DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87DF is #507820. Grayscale: #9C9C9C. Windows color (decimal): -5273633 or 14649263. OLE color: 14649263.

HSL color Cylindrical-coordinate representation of color #AF87DF: hue angle of 267.27º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF87DF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 135 223 -
CMYK 0.22 0.39 0 0.13
HSL 267.27º 0.58% 0.7% -
HSV(B) 267.27º 0.39% 0.87% -
XYZ 39.66 31.77 73.85 -
YUV 156.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 175 135 223 0.22 0.39 0 0.13 267.27 0.58 0.7
Hex AF 87 DF 16 27 0 D 10B 3A 46
Octal 257 207 337 26 47 0 15 413 72 106
Binary 10101111 10000111 11011111 10110 100111 0 1101 100001011 111010 1000110

Color Harmonies of #AF87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF87DF

Black with #AF87DF

Text Example


Text Example

White with #AF87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF87DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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