Html Css Color HEX #AF87E0 Biloba Flower

📋 copy color: '#AF87E0'

red 175 ◦ green 135 ◦ blue 224

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

Shades of Biloba Flower #AF87E0

Tints of Biloba Flower #AF87E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 32.77%
G = 25.28%
B = 41.95%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF87E0 (or 0xAF87E0) is known color: Biloba Flower. HEX triplet: AF, 87 and E0. RGB value is (175,135,224). Sum of RGB (Red+Green+Blue) = 175+135+224=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF87E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87E0 is #50781F. Grayscale: #9C9C9C. Windows color (decimal): -5273632 or 14714799. OLE color: 14714799.

HSL color Cylindrical-coordinate representation of color #AF87E0: hue angle of 266.97º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF87E0 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 135 224 -
CMYK 0.22 0.40 0 0.12
HSL 266.97º 0.59% 0.7% -
HSV(B) 266.97º 0.4% 0.88% -
XYZ 39.8 31.82 74.57 -
YUV 157.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 175 135 224 0.22 0.40 0 0.12 266.97 0.59 0.7
Hex AF 87 E0 16 28 0 C 10B 3B 46
Octal 257 207 340 26 50 0 14 413 73 106
Binary 10101111 10000111 11100000 10110 101000 0 1100 100001011 111011 1000110

Color Harmonies of #AF87E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF87E0

Black with #AF87E0

Text Example


Text Example

White with #AF87E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF87E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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