Html Css Color HEX #A90BDE Dark Violet

📋 copy color: '#A90BDE'

red 169 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #A90BDE

Tints of Dark Violet #A90BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 42.04%
G = 2.74%
B = 55.22%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A90BDE (or 0xA90BDE) is known color: Dark Violet. HEX triplet: A9, 0B and DE. RGB value is (169,11,222). Sum of RGB (Red+Green+Blue) = 169+11+222=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #A90BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BDE is #56F421. Grayscale: #515151. Windows color (decimal): -5698594 or 14551977. OLE color: 14551977.

HSL color Cylindrical-coordinate representation of color #A90BDE: hue angle of 284.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90BDE is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 11 222 -
CMYK 0.24 0.95 0 0.13
HSL 284.93º 0.91% 0.46% -
HSV(B) 284.93º 0.95% 0.87% -
XYZ 29.67 13.95 70.24 -
YUV 82.3 206.85 189.84 -
System Red Green Blue C M Y K H S L
Decimal 169 11 222 0.24 0.95 0 0.13 284.93 0.91 0.46
Hex A9 B DE 18 5F 0 D 11D 5B 2E
Octal 251 13 336 30 137 0 15 435 133 56
Binary 10101001 1011 11011110 11000 1011111 0 1101 100011101 1011011 101110

Color Harmonies of #A90BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BDE

Black with #A90BDE

Text Example


Text Example

White with #A90BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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