Html Css Color HEX #AB30AD Dark Orchid

📋 copy color: '#AB30AD'

red 171 ◦ green 48 ◦ blue 173

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

Shades of Dark Orchid #AB30AD

Tints of Dark Orchid #AB30AD

RGB

 RED value IS 171 (67.19% from 255) = 43.62%

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

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 43.62%
G = 12.24%
B = 44.13%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB30AD (or 0xAB30AD) is known color: Dark Orchid. HEX triplet: AB, 30 and AD. RGB value is (171,48,173). Sum of RGB (Red+Green+Blue) = 171+48+173=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB30AD is #54CF52. Grayscale: #626262. Windows color (decimal): -5558099 or 11350187. OLE color: 11350187.

HSL color Cylindrical-coordinate representation of color #AB30AD: hue angle of 299.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB30AD is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 48 173 -
CMYK 0.01 0.72 0 0.32
HSL 299.04º 0.57% 0.43% -
HSV(B) 299.04º 0.72% 0.68% -
XYZ 25.39 13.79 40.86 -
YUV 99.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 171 48 173 0.01 0.72 0 0.32 299.04 0.57 0.43
Hex AB 30 AD 1 48 0 20 12B 39 2B
Octal 253 60 255 1 110 0 40 453 71 53
Binary 10101011 110000 10101101 1 1001000 0 100000 100101011 111001 101011

Color Harmonies of #AB30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30AD

Black with #AB30AD

Text Example


Text Example

White with #AB30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30AD; }

 p { color: rgb(171,48,173); }

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

background-color css

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

 a { background-color: rgb(171,48,173); }

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

border-color css

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

 span { border-color: rgb(171,48,173); }

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