Html Css Color HEX #AF84DD Biloba Flower

📋 copy color: '#AF84DD'

red 175 ◦ green 132 ◦ blue 221

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

Shades of Biloba Flower #AF84DD

Tints of Biloba Flower #AF84DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 33.14%
G = 25%
B = 41.86%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF84DD (or 0xAF84DD) is known color: Biloba Flower. HEX triplet: AF, 84 and DD. RGB value is (175,132,221). Sum of RGB (Red+Green+Blue) = 175+132+221=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84DD is #507B22. Grayscale: #9A9A9A. Windows color (decimal): -5274403 or 14517423. OLE color: 14517423.

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

Color convert

RGB 175 132 221 -
CMYK 0.21 0.40 0 0.13
HSL 268.99º 0.57% 0.69% -
HSV(B) 268.99º 0.4% 0.87% -
XYZ 38.98 30.84 72.3 -
YUV 155 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 175 132 221 0.21 0.40 0 0.13 268.99 0.57 0.69
Hex AF 84 DD 15 28 0 D 10D 39 45
Octal 257 204 335 25 50 0 15 415 71 105
Binary 10101111 10000100 11011101 10101 101000 0 1101 100001101 111001 1000101

Color Harmonies of #AF84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84DD

Black with #AF84DD

Text Example


Text Example

White with #AF84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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