Html Css Color HEX #AB30BD Dark Orchid

📋 copy color: '#AB30BD'

red 171 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #AB30BD

Tints of Dark Orchid #AB30BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 41.91%
G = 11.76%
B = 46.32%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB30BD (or 0xAB30BD) is known color: Dark Orchid. HEX triplet: AB, 30 and BD. RGB value is (171,48,189). Sum of RGB (Red+Green+Blue) = 171+48+189=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB30BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30BD is #54CF42. Grayscale: #646464. Windows color (decimal): -5558083 or 12398763. OLE color: 12398763.

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

Color convert

RGB 171 48 189 -
CMYK 0.10 0.75 0 0.26
HSL 292.34º 0.59% 0.46% -
HSV(B) 292.34º 0.75% 0.74% -
XYZ 27.04 14.45 49.51 -
YUV 100.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 171 48 189 0.10 0.75 0 0.26 292.34 0.59 0.46
Hex AB 30 BD A 4B 0 1A 124 3B 2E
Octal 253 60 275 12 113 0 32 444 73 56
Binary 10101011 110000 10111101 1010 1001011 0 11010 100100100 111011 101110

Color Harmonies of #AB30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30BD

Black with #AB30BD

Text Example


Text Example

White with #AB30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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