Html Css Color HEX #AA30CD Dark Orchid

📋 copy color: '#AA30CD'

red 170 ◦ green 48 ◦ blue 205

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

Shades of Dark Orchid #AA30CD

Tints of Dark Orchid #AA30CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.35%

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

R = 40.19%
G = 11.35%
B = 48.46%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA30CD (or 0xAA30CD) is known color: Dark Orchid. HEX triplet: AA, 30 and CD. RGB value is (170,48,205). Sum of RGB (Red+Green+Blue) = 170+48+205=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA30CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30CD is #55CF32. Grayscale: #656565. Windows color (decimal): -5623603 or 13447338. OLE color: 13447338.

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

Color convert

RGB 170 48 205 -
CMYK 0.17 0.77 0 0.20
HSL 286.62º 0.62% 0.5% -
HSV(B) 286.62º 0.77% 0.8% -
XYZ 28.65 15.07 59.16 -
YUV 102.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 170 48 205 0.17 0.77 0 0.20 286.62 0.62 0.5
Hex AA 30 CD 11 4D 0 14 11F 3E 32
Octal 252 60 315 21 115 0 24 437 76 62
Binary 10101010 110000 11001101 10001 1001101 0 10100 100011111 111110 110010

Color Harmonies of #AA30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30CD

Black with #AA30CD

Text Example


Text Example

White with #AA30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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