Html Css Color HEX #A685DA Biloba Flower

📋 copy color: '#A685DA'

red 166 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #A685DA

Tints of Biloba Flower #A685DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 32.11%
G = 25.73%
B = 42.17%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A685DA (or 0xA685DA) is known color: Biloba Flower. HEX triplet: A6, 85 and DA. RGB value is (166,133,218). Sum of RGB (Red+Green+Blue) = 166+133+218=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A685DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685DA is #597A25. Grayscale: #989898. Windows color (decimal): -5863974 or 14321062. OLE color: 14321062.

HSL color Cylindrical-coordinate representation of color #A685DA: hue angle of 263.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A685DA is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 133 218 -
CMYK 0.24 0.39 0 0.15
HSL 263.29º 0.53% 0.69% -
HSV(B) 263.29º 0.39% 0.85% -
XYZ 36.77 29.94 70.17 -
YUV 152.56 164.93 137.59 -
System Red Green Blue C M Y K H S L
Decimal 166 133 218 0.24 0.39 0 0.15 263.29 0.53 0.69
Hex A6 85 DA 18 27 0 F 107 35 45
Octal 246 205 332 30 47 0 17 407 65 105
Binary 10100110 10000101 11011010 11000 100111 0 1111 100000111 110101 1000101

Color Harmonies of #A685DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685DA

Black with #A685DA

Text Example


Text Example

White with #A685DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685DA; }

 p { color: rgb(166,133,218); }

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

background-color css

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

 a { background-color: rgb(166,133,218); }

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

border-color css

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

 span { border-color: rgb(166,133,218); }

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