Html Css Color HEX #AF87EC Biloba Flower

📋 copy color: '#AF87EC'

red 175 ◦ green 135 ◦ blue 236

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

Shades of Biloba Flower #AF87EC

Tints of Biloba Flower #AF87EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 32.05%
G = 24.73%
B = 43.22%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF87EC (or 0xAF87EC) is known color: Biloba Flower. HEX triplet: AF, 87 and EC. RGB value is (175,135,236). Sum of RGB (Red+Green+Blue) = 175+135+236=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF87EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF87EC is #507813. Grayscale: #9E9E9E. Windows color (decimal): -5273620 or 15501231. OLE color: 15501231.

HSL color Cylindrical-coordinate representation of color #AF87EC: hue angle of 263.76º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF87EC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 135 236 -
CMYK 0.26 0.43 0 0.07
HSL 263.76º 0.73% 0.73% -
HSV(B) 263.76º 0.43% 0.93% -
XYZ 41.48 32.5 83.44 -
YUV 158.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 175 135 236 0.26 0.43 0 0.07 263.76 0.73 0.73
Hex AF 87 EC 1A 2B 0 7 108 49 49
Octal 257 207 354 32 53 0 7 410 111 111
Binary 10101111 10000111 11101100 11010 101011 0 111 100001000 1001001 1001001

Color Harmonies of #AF87EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF87EC

Black with #AF87EC

Text Example


Text Example

White with #AF87EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF87EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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