Html Css Color HEX #AB30BB Dark Orchid

📋 copy color: '#AB30BB'

red 171 ◦ green 48 ◦ blue 187

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

Shades of Dark Orchid #AB30BB

Tints of Dark Orchid #AB30BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 42.12%
G = 11.82%
B = 46.06%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB30BB (or 0xAB30BB) is known color: Dark Orchid. HEX triplet: AB, 30 and BB. RGB value is (171,48,187). Sum of RGB (Red+Green+Blue) = 171+48+187=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB30BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30BB is #54CF44. Grayscale: #646464. Windows color (decimal): -5558085 or 12267691. OLE color: 12267691.

HSL color Cylindrical-coordinate representation of color #AB30BB: hue angle of 293.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB30BB is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 48 187 -
CMYK 0.09 0.74 0 0.27
HSL 293.09º 0.59% 0.46% -
HSV(B) 293.09º 0.74% 0.73% -
XYZ 26.82 14.36 48.37 -
YUV 100.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 171 48 187 0.09 0.74 0 0.27 293.09 0.59 0.46
Hex AB 30 BB 9 4A 0 1B 125 3B 2E
Octal 253 60 273 11 112 0 33 445 73 56
Binary 10101011 110000 10111011 1001 1001010 0 11011 100100101 111011 101110

Color Harmonies of #AB30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30BB

Black with #AB30BB

Text Example


Text Example

White with #AB30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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