Html Css Color HEX #AA42C7 Dark Orchid

📋 copy color: '#AA42C7'

red 170 ◦ green 66 ◦ blue 199

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

Shades of Dark Orchid #AA42C7

Tints of Dark Orchid #AA42C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.75%

R = 39.08%
G = 15.17%
B = 45.75%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA42C7 (or 0xAA42C7) is known color: Dark Orchid. HEX triplet: AA, 42 and C7. RGB value is (170,66,199). Sum of RGB (Red+Green+Blue) = 170+66+199=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA42C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42C7 is #55BD38. Grayscale: #6F6F6F. Windows color (decimal): -5619001 or 13058730. OLE color: 13058730.

HSL color Cylindrical-coordinate representation of color #AA42C7: hue angle of 286.92º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA42C7 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 66 199 -
CMYK 0.15 0.67 0 0.22
HSL 286.92º 0.54% 0.52% -
HSV(B) 286.92º 0.67% 0.78% -
XYZ 28.83 16.57 55.71 -
YUV 112.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 170 66 199 0.15 0.67 0 0.22 286.92 0.54 0.52
Hex AA 42 C7 F 43 0 16 11F 36 34
Octal 252 102 307 17 103 0 26 437 66 64
Binary 10101010 1000010 11000111 1111 1000011 0 10110 100011111 110110 110100

Color Harmonies of #AA42C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42C7

Black with #AA42C7

Text Example


Text Example

White with #AA42C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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