Html Css Color HEX #A690D2 Biloba Flower

📋 copy color: '#A690D2'

red 166 ◦ green 144 ◦ blue 210

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

Shades of Biloba Flower #A690D2

Tints of Biloba Flower #A690D2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.69%

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

R = 31.92%
G = 27.69%
B = 40.38%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A690D2 (or 0xA690D2) is known color: Biloba Flower. HEX triplet: A6, 90 and D2. RGB value is (166,144,210). Sum of RGB (Red+Green+Blue) = 166+144+210=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #A690D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690D2 is #596F2D. Grayscale: #9D9D9D. Windows color (decimal): -5861166 or 13799590. OLE color: 13799590.

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

Color convert

RGB 166 144 210 -
CMYK 0.21 0.31 0 0.18
HSL 260º 0.42% 0.69% -
HSV(B) 260º 0.31% 0.82% -
XYZ 37.33 32.71 65.32 -
YUV 158.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 166 144 210 0.21 0.31 0 0.18 260 0.42 0.69
Hex A6 90 D2 15 1F 0 12 104 2A 45
Octal 246 220 322 25 37 0 22 404 52 105
Binary 10100110 10010000 11010010 10101 11111 0 10010 100000100 101010 1000101

Color Harmonies of #A690D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690D2

Black with #A690D2

Text Example


Text Example

White with #A690D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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