Html Css Color HEX #A402B7 Dark Violet

📋 copy color: '#A402B7'

red 164 ◦ green 2 ◦ blue 183

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

Shades of Dark Violet #A402B7

Tints of Dark Violet #A402B7

RGB

 RED value IS 164 (64.45% from 255) = 46.99%

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

 BLUE value IS 183 (71.88% from 255) = 52.44%

R = 46.99%
G = 0.57%
B = 52.44%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A402B7 (or 0xA402B7) is known color: Dark Violet. HEX triplet: A4, 02 and B7. RGB value is (164,2,183). Sum of RGB (Red+Green+Blue) = 164+2+183=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #A402B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A402B7 is #5BFD48. Grayscale: #464646. Windows color (decimal): -6028617 or 11993764. OLE color: 11993764.

HSL color Cylindrical-coordinate representation of color #A402B7: hue angle of 293.7º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A402B7 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 2 183 -
CMYK 0.10 0.99 0 0.28
HSL 293.7º 0.98% 0.36% -
HSV(B) 293.7º 0.99% 0.72% -
XYZ 23.88 11.35 45.73 -
YUV 71.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 164 2 183 0.10 0.99 0 0.28 293.7 0.98 0.36
Hex A4 2 B7 A 63 0 1C 126 62 24
Octal 244 2 267 12 143 0 34 446 142 44
Binary 10100100 10 10110111 1010 1100011 0 11100 100100110 1100010 100100

Color Harmonies of #A402B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A402B7

Black with #A402B7

Text Example


Text Example

White with #A402B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A402B7; }

 p { color: rgb(164,2,183); }

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

background-color css

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

 a { background-color: rgb(164,2,183); }

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

border-color css

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

 span { border-color: rgb(164,2,183); }

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