Html Css Color HEX #AA33BC Dark Orchid

📋 copy color: '#AA33BC'

red 170 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #AA33BC

Tints of Dark Orchid #AA33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.47%

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 41.56%
G = 12.47%
B = 45.97%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA33BC (or 0xAA33BC) is known color: Dark Orchid. HEX triplet: AA, 33 and BC. RGB value is (170,51,188). Sum of RGB (Red+Green+Blue) = 170+51+188=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA33BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33BC is #55CC43. Grayscale: #656565. Windows color (decimal): -5622852 or 12333994. OLE color: 12333994.

HSL color Cylindrical-coordinate representation of color #AA33BC: hue angle of 292.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA33BC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 51 188 -
CMYK 0.10 0.73 0 0.26
HSL 292.12º 0.57% 0.47% -
HSV(B) 292.12º 0.73% 0.74% -
XYZ 26.84 14.54 48.97 -
YUV 102.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 170 51 188 0.10 0.73 0 0.26 292.12 0.57 0.47
Hex AA 33 BC A 49 0 1A 124 39 2F
Octal 252 63 274 12 111 0 32 444 71 57
Binary 10101010 110011 10111100 1010 1001001 0 11010 100100100 111001 101111

Color Harmonies of #AA33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33BC

Black with #AA33BC

Text Example


Text Example

White with #AA33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33BC; }

 p { color: rgb(170,51,188); }

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

background-color css

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

 a { background-color: rgb(170,51,188); }

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

border-color css

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

 span { border-color: rgb(170,51,188); }

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