Html Css Color HEX #AF86D5 Biloba Flower

📋 copy color: '#AF86D5'

red 175 ◦ green 134 ◦ blue 213

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

Shades of Biloba Flower #AF86D5

Tints of Biloba Flower #AF86D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 33.52%
G = 25.67%
B = 40.8%

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

#AF86D5 (or 0xAF86D5) is known color: Biloba Flower. HEX triplet: AF, 86 and D5. RGB value is (175,134,213). Sum of RGB (Red+Green+Blue) = 175+134+213=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF86D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86D5 is #50792A. Grayscale: #9A9A9A. Windows color (decimal): -5273899 or 13993647. OLE color: 13993647.

HSL color Cylindrical-coordinate representation of color #AF86D5: hue angle of 271.14º degrees, saturation: 0.48, 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 #AF86D5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 134 213 -
CMYK 0.18 0.37 0 0.16
HSL 271.14º 0.48% 0.68% -
HSV(B) 271.14º 0.37% 0.84% -
XYZ 38.21 30.97 66.91 -
YUV 155.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 175 134 213 0.18 0.37 0 0.16 271.14 0.48 0.68
Hex AF 86 D5 12 25 0 10 10F 30 44
Octal 257 206 325 22 45 0 20 417 60 104
Binary 10101111 10000110 11010101 10010 100101 0 10000 100001111 110000 1000100

Color Harmonies of #AF86D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86D5

Black with #AF86D5

Text Example


Text Example

White with #AF86D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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