Html Css Color HEX #AF85DF Biloba Flower

📋 copy color: '#AF85DF'

red 175 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #AF85DF

Tints of Biloba Flower #AF85DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 32.96%
G = 25.05%
B = 42%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF85DF (or 0xAF85DF) is known color: Biloba Flower. HEX triplet: AF, 85 and DF. RGB value is (175,133,223). Sum of RGB (Red+Green+Blue) = 175+133+223=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF85DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85DF is #507A20. Grayscale: #9B9B9B. Windows color (decimal): -5274145 or 14648751. OLE color: 14648751.

HSL color Cylindrical-coordinate representation of color #AF85DF: hue angle of 268º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF85DF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 133 223 -
CMYK 0.22 0.40 0 0.13
HSL 268º 0.58% 0.7% -
HSV(B) 268º 0.4% 0.87% -
XYZ 39.39 31.22 73.76 -
YUV 155.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 175 133 223 0.22 0.40 0 0.13 268 0.58 0.7
Hex AF 85 DF 16 28 0 D 10C 3A 46
Octal 257 205 337 26 50 0 15 414 72 106
Binary 10101111 10000101 11011111 10110 101000 0 1101 100001100 111010 1000110

Color Harmonies of #AF85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85DF

Black with #AF85DF

Text Example


Text Example

White with #AF85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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