Html Css Color HEX #AA42CA Dark Orchid

📋 copy color: '#AA42CA'

red 170 ◦ green 66 ◦ blue 202

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

Shades of Dark Orchid #AA42CA

Tints of Dark Orchid #AA42CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 38.81%
G = 15.07%
B = 46.12%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA42CA (or 0xAA42CA) is known color: Dark Orchid. HEX triplet: AA, 42 and CA. RGB value is (170,66,202). Sum of RGB (Red+Green+Blue) = 170+66+202=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42CA is #55BD35. Grayscale: #707070. Windows color (decimal): -5618998 or 13255338. OLE color: 13255338.

HSL color Cylindrical-coordinate representation of color #AA42CA: hue angle of 285.88º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA42CA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 66 202 -
CMYK 0.16 0.67 0 0.21
HSL 285.88º 0.56% 0.53% -
HSV(B) 285.88º 0.67% 0.79% -
XYZ 29.19 16.71 57.56 -
YUV 112.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 170 66 202 0.16 0.67 0 0.21 285.88 0.56 0.53
Hex AA 42 CA 10 43 0 15 11E 38 35
Octal 252 102 312 20 103 0 25 436 70 65
Binary 10101010 1000010 11001010 10000 1000011 0 10101 100011110 111000 110101

Color Harmonies of #AA42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42CA

Black with #AA42CA

Text Example


Text Example

White with #AA42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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