Html Css Color HEX #A684D7 Biloba Flower

📋 copy color: '#A684D7'

red 166 ◦ green 132 ◦ blue 215

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

Shades of Biloba Flower #A684D7

Tints of Biloba Flower #A684D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 32.36%
G = 25.73%
B = 41.91%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A684D7 (or 0xA684D7) is known color: Biloba Flower. HEX triplet: A6, 84 and D7. RGB value is (166,132,215). Sum of RGB (Red+Green+Blue) = 166+132+215=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #A684D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684D7 is #597B28. Grayscale: #979797. Windows color (decimal): -5864233 or 14124198. OLE color: 14124198.

HSL color Cylindrical-coordinate representation of color #A684D7: hue angle of 264.58º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A684D7 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 132 215 -
CMYK 0.23 0.39 0 0.16
HSL 264.58º 0.51% 0.68% -
HSV(B) 264.58º 0.39% 0.84% -
XYZ 36.24 29.52 68.08 -
YUV 151.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 166 132 215 0.23 0.39 0 0.16 264.58 0.51 0.68
Hex A6 84 D7 17 27 0 10 109 33 44
Octal 246 204 327 27 47 0 20 411 63 104
Binary 10100110 10000100 11010111 10111 100111 0 10000 100001001 110011 1000100

Color Harmonies of #A684D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A684D7

Black with #A684D7

Text Example


Text Example

White with #A684D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A684D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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