Html Css Color HEX #AA3DCB Dark Orchid

📋 copy color: '#AA3DCB'

red 170 ◦ green 61 ◦ blue 203

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

Shades of Dark Orchid #AA3DCB

Tints of Dark Orchid #AA3DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.06%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 39.17%
G = 14.06%
B = 46.77%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA3DCB (or 0xAA3DCB) is known color: Dark Orchid. HEX triplet: AA, 3D and CB. RGB value is (170,61,203). Sum of RGB (Red+Green+Blue) = 170+61+203=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA3DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DCB is #55C234. Grayscale: #6D6D6D. Windows color (decimal): -5620277 or 13319594. OLE color: 13319594.

HSL color Cylindrical-coordinate representation of color #AA3DCB: hue angle of 286.06º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3DCB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 61 203 -
CMYK 0.16 0.70 0 0.20
HSL 286.06º 0.58% 0.52% -
HSV(B) 286.06º 0.7% 0.8% -
XYZ 29.03 16.2 58.1 -
YUV 109.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 170 61 203 0.16 0.70 0 0.20 286.06 0.58 0.52
Hex AA 3D CB 10 46 0 14 11E 3A 34
Octal 252 75 313 20 106 0 24 436 72 64
Binary 10101010 111101 11001011 10000 1000110 0 10100 100011110 111010 110100

Color Harmonies of #AA3DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DCB

Black with #AA3DCB

Text Example


Text Example

White with #AA3DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DCB; }

 p { color: rgb(170,61,203); }

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

background-color css

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

 a { background-color: rgb(170,61,203); }

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

border-color css

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

 span { border-color: rgb(170,61,203); }

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