Html Css Color HEX #AF85D9 Biloba Flower

📋 copy color: '#AF85D9'

red 175 ◦ green 133 ◦ blue 217

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

Shades of Biloba Flower #AF85D9

Tints of Biloba Flower #AF85D9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.33%

 BLUE value IS 217 (85.16% from 255) = 41.33%

R = 33.33%
G = 25.33%
B = 41.33%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF85D9 (or 0xAF85D9) is known color: Biloba Flower. HEX triplet: AF, 85 and D9. RGB value is (175,133,217). Sum of RGB (Red+Green+Blue) = 175+133+217=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF85D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85D9 is #507A26. Grayscale: #9A9A9A. Windows color (decimal): -5274151 or 14255535. OLE color: 14255535.

HSL color Cylindrical-coordinate representation of color #AF85D9: hue angle of 270º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF85D9 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 133 217 -
CMYK 0.19 0.39 0 0.15
HSL 270º 0.53% 0.69% -
HSV(B) 270º 0.39% 0.85% -
XYZ 38.59 30.9 69.58 -
YUV 155.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 175 133 217 0.19 0.39 0 0.15 270 0.53 0.69
Hex AF 85 D9 13 27 0 F 10E 34 45
Octal 257 205 331 23 47 0 17 416 64 105
Binary 10101111 10000101 11011001 10011 100111 0 1111 100001110 110100 1000101

Color Harmonies of #AF85D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85D9

Black with #AF85D9

Text Example


Text Example

White with #AF85D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85D9; }

 p { color: rgb(175,133,217); }

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

background-color css

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

 a { background-color: rgb(175,133,217); }

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

border-color css

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

 span { border-color: rgb(175,133,217); }

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