Html Css Color HEX #AF85D4 Biloba Flower

📋 copy color: '#AF85D4'

red 175 ◦ green 133 ◦ blue 212

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

Shades of Biloba Flower #AF85D4

Tints of Biloba Flower #AF85D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.77%

R = 33.65%
G = 25.58%
B = 40.77%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF85D4 (or 0xAF85D4) is known color: Biloba Flower. HEX triplet: AF, 85 and D4. RGB value is (175,133,212). Sum of RGB (Red+Green+Blue) = 175+133+212=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF85D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85D4 is #507A2B. Grayscale: #9A9A9A. Windows color (decimal): -5274156 or 13927855. OLE color: 13927855.

HSL color Cylindrical-coordinate representation of color #AF85D4: hue angle of 271.9º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF85D4 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 133 212 -
CMYK 0.17 0.37 0 0.17
HSL 271.9º 0.48% 0.68% -
HSV(B) 271.9º 0.37% 0.83% -
XYZ 37.95 30.64 66.2 -
YUV 154.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 175 133 212 0.17 0.37 0 0.17 271.9 0.48 0.68
Hex AF 85 D4 11 25 0 11 110 30 44
Octal 257 205 324 21 45 0 21 420 60 104
Binary 10101111 10000101 11010100 10001 100101 0 10001 100010000 110000 1000100

Color Harmonies of #AF85D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85D4

Black with #AF85D4

Text Example


Text Example

White with #AF85D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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