Html Css Color HEX #A684DD Biloba Flower

📋 copy color: '#A684DD'

red 166 ◦ green 132 ◦ blue 221

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

Shades of Biloba Flower #A684DD

Tints of Biloba Flower #A684DD

RGB

 RED value IS 166 (65.23% from 255) = 31.98%

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

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

R = 31.98%
G = 25.43%
B = 42.58%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A684DD (or 0xA684DD) is known color: Biloba Flower. HEX triplet: A6, 84 and DD. RGB value is (166,132,221). Sum of RGB (Red+Green+Blue) = 166+132+221=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A684DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684DD is #597B22. Grayscale: #979797. Windows color (decimal): -5864227 or 14517414. OLE color: 14517414.

HSL color Cylindrical-coordinate representation of color #A684DD: hue angle of 262.92º 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 #A684DD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 132 221 -
CMYK 0.25 0.40 0 0.13
HSL 262.92º 0.57% 0.69% -
HSV(B) 262.92º 0.4% 0.87% -
XYZ 37.03 29.83 72.21 -
YUV 152.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 166 132 221 0.25 0.40 0 0.13 262.92 0.57 0.69
Hex A6 84 DD 19 28 0 D 107 39 45
Octal 246 204 335 31 50 0 15 407 71 105
Binary 10100110 10000100 11011101 11001 101000 0 1101 100000111 111001 1000101

Color Harmonies of #A684DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A684DD

Black with #A684DD

Text Example


Text Example

White with #A684DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A684DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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