Html Css Color HEX #AF84DC Biloba Flower

📋 copy color: '#AF84DC'

red 175 ◦ green 132 ◦ blue 220

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

Shades of Biloba Flower #AF84DC

Tints of Biloba Flower #AF84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.05%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 33.21%
G = 25.05%
B = 41.75%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF84DC (or 0xAF84DC) is known color: Biloba Flower. HEX triplet: AF, 84 and DC. RGB value is (175,132,220). Sum of RGB (Red+Green+Blue) = 175+132+220=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84DC is #507B23. Grayscale: #9A9A9A. Windows color (decimal): -5274404 or 14451887. OLE color: 14451887.

HSL color Cylindrical-coordinate representation of color #AF84DC: hue angle of 269.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF84DC is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 132 220 -
CMYK 0.20 0.40 0 0.14
HSL 269.32º 0.56% 0.69% -
HSV(B) 269.32º 0.4% 0.86% -
XYZ 38.85 30.78 71.6 -
YUV 154.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 175 132 220 0.20 0.40 0 0.14 269.32 0.56 0.69
Hex AF 84 DC 14 28 0 E 10D 38 45
Octal 257 204 334 24 50 0 16 415 70 105
Binary 10101111 10000100 11011100 10100 101000 0 1110 100001101 111000 1000101

Color Harmonies of #AF84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84DC

Black with #AF84DC

Text Example


Text Example

White with #AF84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84DC; }

 p { color: rgb(175,132,220); }

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

background-color css

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

 a { background-color: rgb(175,132,220); }

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

border-color css

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

 span { border-color: rgb(175,132,220); }

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