Html Css Color HEX #AF87D6 Biloba Flower

📋 copy color: '#AF87D6'

red 175 ◦ green 135 ◦ blue 214

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

Shades of Biloba Flower #AF87D6

Tints of Biloba Flower #AF87D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.84%

R = 33.4%
G = 25.76%
B = 40.84%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF87D6 (or 0xAF87D6) is known color: Biloba Flower. HEX triplet: AF, 87 and D6. RGB value is (175,135,214). Sum of RGB (Red+Green+Blue) = 175+135+214=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF87D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87D6 is #507829. Grayscale: #9B9B9B. Windows color (decimal): -5273642 or 14059439. OLE color: 14059439.

HSL color Cylindrical-coordinate representation of color #AF87D6: hue angle of 270.38º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF87D6 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 135 214 -
CMYK 0.18 0.37 0 0.16
HSL 270.38º 0.49% 0.68% -
HSV(B) 270.38º 0.37% 0.84% -
XYZ 38.48 31.3 67.63 -
YUV 155.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 175 135 214 0.18 0.37 0 0.16 270.38 0.49 0.68
Hex AF 87 D6 12 25 0 10 10E 31 44
Octal 257 207 326 22 45 0 20 416 61 104
Binary 10101111 10000111 11010110 10010 100101 0 10000 100001110 110001 1000100

Color Harmonies of #AF87D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF87D6

Black with #AF87D6

Text Example


Text Example

White with #AF87D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF87D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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