Html Css Color HEX #AB30AC Dark Orchid

📋 copy color: '#AB30AC'

red 171 ◦ green 48 ◦ blue 172

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

Shades of Dark Orchid #AB30AC

Tints of Dark Orchid #AB30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 43.73%
G = 12.28%
B = 43.99%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB30AC (or 0xAB30AC) is known color: Dark Orchid. HEX triplet: AB, 30 and AC. RGB value is (171,48,172). Sum of RGB (Red+Green+Blue) = 171+48+172=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB30AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB30AC is #54CF53. Grayscale: #626262. Windows color (decimal): -5558100 or 11284651. OLE color: 11284651.

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

Color convert

RGB 171 48 172 -
CMYK 0.01 0.72 0 0.33
HSL 299.52º 0.56% 0.43% -
HSV(B) 299.52º 0.72% 0.67% -
XYZ 25.3 13.75 40.35 -
YUV 98.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 171 48 172 0.01 0.72 0 0.33 299.52 0.56 0.43
Hex AB 30 AC 1 48 0 21 12C 38 2B
Octal 253 60 254 1 110 0 41 454 70 53
Binary 10101011 110000 10101100 1 1001000 0 100001 100101100 111000 101011

Color Harmonies of #AB30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30AC

Black with #AB30AC

Text Example


Text Example

White with #AB30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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