Html Css Color HEX #A690DD Biloba Flower

📋 copy color: '#A690DD'

red 166 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #A690DD

Tints of Biloba Flower #A690DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 31.26%
G = 27.12%
B = 41.62%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A690DD (or 0xA690DD) is known color: Biloba Flower. HEX triplet: A6, 90 and DD. RGB value is (166,144,221). Sum of RGB (Red+Green+Blue) = 166+144+221=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A690DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690DD is #596F22. Grayscale: #9F9F9F. Windows color (decimal): -5861155 or 14520486. OLE color: 14520486.

HSL color Cylindrical-coordinate representation of color #A690DD: hue angle of 257.14º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A690DD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 144 221 -
CMYK 0.25 0.35 0 0.13
HSL 257.14º 0.53% 0.72% -
HSV(B) 257.14º 0.35% 0.87% -
XYZ 38.75 33.27 72.79 -
YUV 159.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 166 144 221 0.25 0.35 0 0.13 257.14 0.53 0.72
Hex A6 90 DD 19 23 0 D 101 35 48
Octal 246 220 335 31 43 0 15 401 65 110
Binary 10100110 10010000 11011101 11001 100011 0 1101 100000001 110101 1001000

Color Harmonies of #A690DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690DD

Black with #A690DD

Text Example


Text Example

White with #A690DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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