Html Css Color HEX #AF87FF Biloba Flower

📋 copy color: '#AF87FF'

red 175 ◦ green 135 ◦ blue 255

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

Shades of Biloba Flower #AF87FF

Tints of Biloba Flower #AF87FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 30.97%
G = 23.89%
B = 45.13%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF87FF (or 0xAF87FF) is known color: Biloba Flower. HEX triplet: AF, 87 and FF. RGB value is (175,135,255). Sum of RGB (Red+Green+Blue) = 175+135+255=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF87FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF87FF is #507800. Grayscale: #A0A0A0. Windows color (decimal): -5273601 or 16746415. OLE color: 16746415.

HSL color Cylindrical-coordinate representation of color #AF87FF: hue angle of 260º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF87FF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 135 255 -
CMYK 0.31 0.47 0 0
HSL 260º 1% 0.76% -
HSV(B) 260º 0.47% 1% -
XYZ 44.39 33.66 98.77 -
YUV 160.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 175 135 255 0.31 0.47 0 0 260 1 0.76
Hex AF 87 FF 1F 2F 0 0 104 64 4C
Octal 257 207 377 37 57 0 0 404 144 114
Binary 10101111 10000111 11111111 11111 101111 0 0 100000100 1100100 1001100

Color Harmonies of #AF87FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF87FF

Black with #AF87FF

Text Example


Text Example

White with #AF87FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF87FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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