Html Css Color HEX #AA42CD Dark Orchid

📋 copy color: '#AA42CD'

red 170 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #AA42CD

Tints of Dark Orchid #AA42CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 38.55%
G = 14.97%
B = 46.49%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA42CD (or 0xAA42CD) is known color: Dark Orchid. HEX triplet: AA, 42 and CD. RGB value is (170,66,205). Sum of RGB (Red+Green+Blue) = 170+66+205=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA42CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42CD is #55BD32. Grayscale: #707070. Windows color (decimal): -5618995 or 13451946. OLE color: 13451946.

HSL color Cylindrical-coordinate representation of color #AA42CD: hue angle of 284.89º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA42CD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 66 205 -
CMYK 0.17 0.68 0 0.20
HSL 284.89º 0.58% 0.53% -
HSV(B) 284.89º 0.68% 0.8% -
XYZ 29.55 16.85 59.45 -
YUV 112.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 170 66 205 0.17 0.68 0 0.20 284.89 0.58 0.53
Hex AA 42 CD 11 44 0 14 11D 3A 35
Octal 252 102 315 21 104 0 24 435 72 65
Binary 10101010 1000010 11001101 10001 1000100 0 10100 100011101 111010 110101

Color Harmonies of #AA42CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42CD

Black with #AA42CD

Text Example


Text Example

White with #AA42CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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