Html Css Color HEX #A690D0 Biloba Flower

📋 copy color: '#A690D0'

red 166 ◦ green 144 ◦ blue 208

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

Shades of Biloba Flower #A690D0

Tints of Biloba Flower #A690D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 32.05%
G = 27.8%
B = 40.15%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A690D0 (or 0xA690D0) is known color: Biloba Flower. HEX triplet: A6, 90 and D0. RGB value is (166,144,208). Sum of RGB (Red+Green+Blue) = 166+144+208=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #A690D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690D0 is #596F2F. Grayscale: #9D9D9D. Windows color (decimal): -5861168 or 13668518. OLE color: 13668518.

HSL color Cylindrical-coordinate representation of color #A690D0: hue angle of 260.62º degrees, saturation: 0.41, 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 #A690D0 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 144 208 -
CMYK 0.20 0.31 0 0.18
HSL 260.63º 0.41% 0.69% -
HSV(B) 260.63º 0.31% 0.82% -
XYZ 37.08 32.61 64.01 -
YUV 157.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 166 144 208 0.20 0.31 0 0.18 260.63 0.41 0.69
Hex A6 90 D0 14 1F 0 12 105 29 45
Octal 246 220 320 24 37 0 22 405 51 105
Binary 10100110 10010000 11010000 10100 11111 0 10010 100000101 101001 1000101

Color Harmonies of #A690D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690D0

Black with #A690D0

Text Example


Text Example

White with #A690D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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