Html Css Color HEX #A90FCC Dark Violet

📋 copy color: '#A90FCC'

red 169 ◦ green 15 ◦ blue 204

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

Shades of Dark Violet #A90FCC

Tints of Dark Violet #A90FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 43.56%
G = 3.87%
B = 52.58%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A90FCC (or 0xA90FCC) is known color: Dark Violet. HEX triplet: A9, 0F and CC. RGB value is (169,15,204). Sum of RGB (Red+Green+Blue) = 169+15+204=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #A90FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FCC is #56F033. Grayscale: #515151. Windows color (decimal): -5697588 or 13373353. OLE color: 13373353.

HSL color Cylindrical-coordinate representation of color #A90FCC: hue angle of 288.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FCC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 15 204 -
CMYK 0.17 0.93 0 0.2
HSL 288.89º 0.86% 0.43% -
HSV(B) 288.89º 0.93% 0.8% -
XYZ 27.43 13.14 58.22 -
YUV 82.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 169 15 204 0.17 0.93 0 0.2 288.89 0.86 0.43
Hex A9 F CC 11 5D 0 14 121 56 2B
Octal 251 17 314 21 135 0 24 441 126 53
Binary 10101001 1111 11001100 10001 1011101 0 10100 100100001 1010110 101011

Color Harmonies of #A90FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FCC

Black with #A90FCC

Text Example


Text Example

White with #A90FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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