Html Css Color HEX #A90FC8 Dark Violet

📋 copy color: '#A90FC8'

red 169 ◦ green 15 ◦ blue 200

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

Shades of Dark Violet #A90FC8

Tints of Dark Violet #A90FC8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.91%

 BLUE value IS 200 (78.52% from 255) = 52.08%

R = 44.01%
G = 3.91%
B = 52.08%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A90FC8 (or 0xA90FC8) is known color: Dark Violet. HEX triplet: A9, 0F and C8. RGB value is (169,15,200). Sum of RGB (Red+Green+Blue) = 169+15+200=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #A90FC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FC8 is #56F037. Grayscale: #515151. Windows color (decimal): -5697592 or 13111209. OLE color: 13111209.

HSL color Cylindrical-coordinate representation of color #A90FC8: hue angle of 289.95º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FC8 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 15 200 -
CMYK 0.16 0.92 0 0.22
HSL 289.95º 0.86% 0.42% -
HSV(B) 289.95º 0.93% 0.78% -
XYZ 26.96 12.95 55.72 -
YUV 82.14 194.52 189.96 -
System Red Green Blue C M Y K H S L
Decimal 169 15 200 0.16 0.92 0 0.22 289.95 0.86 0.42
Hex A9 F C8 10 5C 0 16 122 56 2A
Octal 251 17 310 20 134 0 26 442 126 52
Binary 10101001 1111 11001000 10000 1011100 0 10110 100100010 1010110 101010

Color Harmonies of #A90FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FC8

Black with #A90FC8

Text Example


Text Example

White with #A90FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FC8; }

 p { color: rgb(169,15,200); }

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

background-color css

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

 a { background-color: rgb(169,15,200); }

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

border-color css

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

 span { border-color: rgb(169,15,200); }

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