Html Css Color HEX #AA42F2 Blue Violet

📋 copy color: '#AA42F2'

red 170 ◦ green 66 ◦ blue 242

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

Shades of Blue Violet #AA42F2

Tints of Blue Violet #AA42F2

RGB

 RED value IS 170 (66.8% from 255) = 35.56%

 GREEN value IS 66 (26.17% from 255) = 13.81%

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 35.56%
G = 13.81%
B = 50.63%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA42F2 (or 0xAA42F2) is known color: Blue Violet. HEX triplet: AA, 42 and F2. RGB value is (170,66,242). Sum of RGB (Red+Green+Blue) = 170+66+242=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA42F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA42F2 is #55BD0D. Grayscale: #747474. Windows color (decimal): -5618958 or 15876778. OLE color: 15876778.

HSL color Cylindrical-coordinate representation of color #AA42F2: hue angle of 275.45º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA42F2 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 66 242 -
CMYK 0.30 0.73 0 0.05
HSL 275.45º 0.87% 0.6% -
HSV(B) 275.45º 0.73% 0.95% -
XYZ 34.55 18.85 85.82 -
YUV 117.16 198.46 165.69 -
System Red Green Blue C M Y K H S L
Decimal 170 66 242 0.30 0.73 0 0.05 275.45 0.87 0.6
Hex AA 42 F2 1E 49 0 5 113 57 3C
Octal 252 102 362 36 111 0 5 423 127 74
Binary 10101010 1000010 11110010 11110 1001001 0 101 100010011 1010111 111100

Color Harmonies of #AA42F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42F2

Black with #AA42F2

Text Example


Text Example

White with #AA42F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42F2; }

 p { color: rgb(170,66,242); }

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

background-color css

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

 a { background-color: rgb(170,66,242); }

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

border-color css

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

 span { border-color: rgb(170,66,242); }

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