Html Css Color HEX #A302CC Dark Violet

📋 copy color: '#A302CC'

red 163 ◦ green 2 ◦ blue 204

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

Shades of Dark Violet #A302CC

Tints of Dark Violet #A302CC

RGB

 RED value IS 163 (64.06% from 255) = 44.17%

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 44.17%
G = 0.54%
B = 55.28%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A302CC (or 0xA302CC) is known color: Dark Violet. HEX triplet: A3, 02 and CC. RGB value is (163,2,204). Sum of RGB (Red+Green+Blue) = 163+2+204=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #A302CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302CC is #5CFD33. Grayscale: #484848. Windows color (decimal): -6094132 or 13370019. OLE color: 13370019.

HSL color Cylindrical-coordinate representation of color #A302CC: hue angle of 287.82º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302CC is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 2 204 -
CMYK 0.20 0.99 0 0.2
HSL 287.82º 0.98% 0.4% -
HSV(B) 287.82º 0.99% 0.8% -
XYZ 26.03 12.19 58.11 -
YUV 73.17 201.84 192.07 -
System Red Green Blue C M Y K H S L
Decimal 163 2 204 0.20 0.99 0 0.2 287.82 0.98 0.4
Hex A3 2 CC 14 63 0 14 120 62 28
Octal 243 2 314 24 143 0 24 440 142 50
Binary 10100011 10 11001100 10100 1100011 0 10100 100100000 1100010 101000

Color Harmonies of #A302CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A302CC

Black with #A302CC

Text Example


Text Example

White with #A302CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A302CC; }

 p { color: rgb(163,2,204); }

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

background-color css

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

 a { background-color: rgb(163,2,204); }

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

border-color css

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

 span { border-color: rgb(163,2,204); }

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