Html Css Color HEX #AA43CC Dark Orchid

📋 copy color: '#AA43CC'

red 170 ◦ green 67 ◦ blue 204

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

Shades of Dark Orchid #AA43CC

Tints of Dark Orchid #AA43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.19%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 38.55%
G = 15.19%
B = 46.26%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA43CC (or 0xAA43CC) is known color: Dark Orchid. HEX triplet: AA, 43 and CC. RGB value is (170,67,204). Sum of RGB (Red+Green+Blue) = 170+67+204=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA43CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43CC is #55BC33. Grayscale: #707070. Windows color (decimal): -5618740 or 13386666. OLE color: 13386666.

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

Color convert

RGB 170 67 204 -
CMYK 0.17 0.67 0 0.2
HSL 285.11º 0.57% 0.53% -
HSV(B) 285.11º 0.67% 0.8% -
XYZ 29.48 16.92 58.84 -
YUV 113.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 170 67 204 0.17 0.67 0 0.2 285.11 0.57 0.53
Hex AA 43 CC 11 43 0 14 11D 39 35
Octal 252 103 314 21 103 0 24 435 71 65
Binary 10101010 1000011 11001100 10001 1000011 0 10100 100011101 111001 110101

Color Harmonies of #AA43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA43CC

Black with #AA43CC

Text Example


Text Example

White with #AA43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA43CC; }

 p { color: rgb(170,67,204); }

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

background-color css

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

 a { background-color: rgb(170,67,204); }

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

border-color css

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

 span { border-color: rgb(170,67,204); }

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