Html Css Color HEX #AA30AF Dark Orchid

📋 copy color: '#AA30AF'

red 170 ◦ green 48 ◦ blue 175

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

Shades of Dark Orchid #AA30AF

Tints of Dark Orchid #AA30AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 43.26%
G = 12.21%
B = 44.53%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA30AF (or 0xAA30AF) is known color: Dark Orchid. HEX triplet: AA, 30 and AF. RGB value is (170,48,175). Sum of RGB (Red+Green+Blue) = 170+48+175=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA30AF is #55CF50. Grayscale: #626262. Windows color (decimal): -5623633 or 11481258. OLE color: 11481258.

HSL color Cylindrical-coordinate representation of color #AA30AF: hue angle of 297.64º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA30AF is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 48 175 -
CMYK 0.03 0.73 0 0.31
HSL 297.64º 0.57% 0.44% -
HSV(B) 297.64º 0.73% 0.69% -
XYZ 25.37 13.76 41.88 -
YUV 98.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 170 48 175 0.03 0.73 0 0.31 297.64 0.57 0.44
Hex AA 30 AF 3 49 0 1F 12A 39 2C
Octal 252 60 257 3 111 0 37 452 71 54
Binary 10101010 110000 10101111 11 1001001 0 11111 100101010 111001 101100

Color Harmonies of #AA30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30AF

Black with #AA30AF

Text Example


Text Example

White with #AA30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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