Html Css Color HEX #AF86DD Biloba Flower

📋 copy color: '#AF86DD'

red 175 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #AF86DD

Tints of Biloba Flower #AF86DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.28%

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 33.02%
G = 25.28%
B = 41.7%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF86DD (or 0xAF86DD) is known color: Biloba Flower. HEX triplet: AF, 86 and DD. RGB value is (175,134,221). Sum of RGB (Red+Green+Blue) = 175+134+221=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86DD is #507922. Grayscale: #9B9B9B. Windows color (decimal): -5273891 or 14517935. OLE color: 14517935.

HSL color Cylindrical-coordinate representation of color #AF86DD: hue angle of 268.28º degrees, saturation: 0.56, 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 #AF86DD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 134 221 -
CMYK 0.21 0.39 0 0.13
HSL 268.28º 0.56% 0.7% -
HSV(B) 268.28º 0.39% 0.87% -
XYZ 39.26 31.38 72.4 -
YUV 156.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 175 134 221 0.21 0.39 0 0.13 268.28 0.56 0.7
Hex AF 86 DD 15 27 0 D 10C 38 46
Octal 257 206 335 25 47 0 15 414 70 106
Binary 10101111 10000110 11011101 10101 100111 0 1101 100001100 111000 1000110

Color Harmonies of #AF86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86DD

Black with #AF86DD

Text Example


Text Example

White with #AF86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86DD; }

 p { color: rgb(175,134,221); }

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

background-color css

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

 a { background-color: rgb(175,134,221); }

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

border-color css

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

 span { border-color: rgb(175,134,221); }

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