Html Css Color HEX #AF85D8 Biloba Flower

📋 copy color: '#AF85D8'

red 175 ◦ green 133 ◦ blue 216

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

Shades of Biloba Flower #AF85D8

Tints of Biloba Flower #AF85D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 33.4%
G = 25.38%
B = 41.22%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF85D8 (or 0xAF85D8) is known color: Biloba Flower. HEX triplet: AF, 85 and D8. RGB value is (175,133,216). Sum of RGB (Red+Green+Blue) = 175+133+216=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF85D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85D8 is #507A27. Grayscale: #9A9A9A. Windows color (decimal): -5274152 or 14189999. OLE color: 14189999.

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

Color convert

RGB 175 133 216 -
CMYK 0.19 0.38 0 0.15
HSL 270.36º 0.52% 0.68% -
HSV(B) 270.36º 0.38% 0.85% -
XYZ 38.46 30.85 68.89 -
YUV 155.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 175 133 216 0.19 0.38 0 0.15 270.36 0.52 0.68
Hex AF 85 D8 13 26 0 F 10E 34 44
Octal 257 205 330 23 46 0 17 416 64 104
Binary 10101111 10000101 11011000 10011 100110 0 1111 100001110 110100 1000100

Color Harmonies of #AF85D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85D8

Black with #AF85D8

Text Example


Text Example

White with #AF85D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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