Html Css Color HEX #A685D2 Biloba Flower

📋 copy color: '#A685D2'

red 166 ◦ green 133 ◦ blue 210

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

Shades of Biloba Flower #A685D2

Tints of Biloba Flower #A685D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 32.61%
G = 26.13%
B = 41.26%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A685D2 (or 0xA685D2) is known color: Biloba Flower. HEX triplet: A6, 85 and D2. RGB value is (166,133,210). Sum of RGB (Red+Green+Blue) = 166+133+210=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #A685D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685D2 is #597A2D. Grayscale: #979797. Windows color (decimal): -5863982 or 13796774. OLE color: 13796774.

HSL color Cylindrical-coordinate representation of color #A685D2: hue angle of 265.71º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A685D2 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 133 210 -
CMYK 0.21 0.37 0 0.18
HSL 265.71º 0.46% 0.67% -
HSV(B) 265.71º 0.37% 0.82% -
XYZ 35.75 29.54 64.79 -
YUV 151.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 166 133 210 0.21 0.37 0 0.18 265.71 0.46 0.67
Hex A6 85 D2 15 25 0 12 10A 2E 43
Octal 246 205 322 25 45 0 22 412 56 103
Binary 10100110 10000101 11010010 10101 100101 0 10010 100001010 101110 1000011

Color Harmonies of #A685D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685D2

Black with #A685D2

Text Example


Text Example

White with #A685D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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