Html Css Color HEX #AA3DC8 Dark Orchid

📋 copy color: '#AA3DC8'

red 170 ◦ green 61 ◦ blue 200

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

Shades of Dark Orchid #AA3DC8

Tints of Dark Orchid #AA3DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.4%

R = 39.44%
G = 14.15%
B = 46.4%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA3DC8 (or 0xAA3DC8) is known color: Dark Orchid. HEX triplet: AA, 3D and C8. RGB value is (170,61,200). Sum of RGB (Red+Green+Blue) = 170+61+200=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA3DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DC8 is #55C237. Grayscale: #6C6C6C. Windows color (decimal): -5620280 or 13122986. OLE color: 13122986.

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

Color convert

RGB 170 61 200 -
CMYK 0.15 0.69 0 0.22
HSL 287.05º 0.56% 0.51% -
HSV(B) 287.05º 0.7% 0.78% -
XYZ 28.67 16.05 56.23 -
YUV 109.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 170 61 200 0.15 0.69 0 0.22 287.05 0.56 0.51
Hex AA 3D C8 F 45 0 16 11F 38 33
Octal 252 75 310 17 105 0 26 437 70 63
Binary 10101010 111101 11001000 1111 1000101 0 10110 100011111 111000 110011

Color Harmonies of #AA3DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DC8

Black with #AA3DC8

Text Example


Text Example

White with #AA3DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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