Html Css Color HEX #A90BDA Dark Violet

📋 copy color: '#A90BDA'

red 169 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #A90BDA

Tints of Dark Violet #A90BDA

RGB

 RED value IS 169 (66.41% from 255) = 42.46%

 GREEN value IS 11 (4.69% from 255) = 2.76%

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

R = 42.46%
G = 2.76%
B = 54.77%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A90BDA (or 0xA90BDA) is known color: Dark Violet. HEX triplet: A9, 0B and DA. RGB value is (169,11,218). Sum of RGB (Red+Green+Blue) = 169+11+218=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #A90BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BDA is #56F425. Grayscale: #515151. Windows color (decimal): -5698598 or 14289833. OLE color: 14289833.

HSL color Cylindrical-coordinate representation of color #A90BDA: hue angle of 285.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90BDA is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 11 218 -
CMYK 0.22 0.95 0 0.15
HSL 285.8º 0.9% 0.45% -
HSV(B) 285.8º 0.95% 0.85% -
XYZ 29.14 13.74 67.45 -
YUV 81.84 204.85 190.17 -
System Red Green Blue C M Y K H S L
Decimal 169 11 218 0.22 0.95 0 0.15 285.8 0.9 0.45
Hex A9 B DA 16 5F 0 F 11E 5A 2D
Octal 251 13 332 26 137 0 17 436 132 55
Binary 10101001 1011 11011010 10110 1011111 0 1111 100011110 1011010 101101

Color Harmonies of #A90BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BDA

Black with #A90BDA

Text Example


Text Example

White with #A90BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BDA; }

 p { color: rgb(169,11,218); }

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

background-color css

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

 a { background-color: rgb(169,11,218); }

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

border-color css

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

 span { border-color: rgb(169,11,218); }

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