Html Css Color HEX #A802BE Dark Violet

📋 copy color: '#A802BE'

red 168 ◦ green 2 ◦ blue 190

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

Shades of Dark Violet #A802BE

Tints of Dark Violet #A802BE

RGB

 RED value IS 168 (66.02% from 255) = 46.67%

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 46.67%
G = 0.56%
B = 52.78%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A802BE (or 0xA802BE) is known color: Dark Violet. HEX triplet: A8, 02 and BE. RGB value is (168,2,190). Sum of RGB (Red+Green+Blue) = 168+2+190=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #A802BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802BE is #57FD41. Grayscale: #484848. Windows color (decimal): -5766466 or 12452520. OLE color: 12452520.

HSL color Cylindrical-coordinate representation of color #A802BE: hue angle of 292.98º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802BE is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 2 190 -
CMYK 0.12 0.99 0 0.25
HSL 292.98º 0.98% 0.38% -
HSV(B) 292.98º 0.99% 0.75% -
XYZ 25.46 12.09 49.71 -
YUV 73.07 194 195.71 -
System Red Green Blue C M Y K H S L
Decimal 168 2 190 0.12 0.99 0 0.25 292.98 0.98 0.38
Hex A8 2 BE C 63 0 19 125 62 26
Octal 250 2 276 14 143 0 31 445 142 46
Binary 10101000 10 10111110 1100 1100011 0 11001 100100101 1100010 100110

Color Harmonies of #A802BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802BE

Black with #A802BE

Text Example


Text Example

White with #A802BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802BE; }

 p { color: rgb(168,2,190); }

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

background-color css

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

 a { background-color: rgb(168,2,190); }

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

border-color css

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

 span { border-color: rgb(168,2,190); }

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