Html Css Color HEX #AB2ABE Dark Orchid

📋 copy color: '#AB2ABE'

red 171 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #AB2ABE

Tints of Dark Orchid #AB2ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.42%

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 42.43%
G = 10.42%
B = 47.15%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB2ABE (or 0xAB2ABE) is known color: Dark Orchid. HEX triplet: AB, 2A and BE. RGB value is (171,42,190). Sum of RGB (Red+Green+Blue) = 171+42+190=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ABE is #54D541. Grayscale: #606060. Windows color (decimal): -5559618 or 12462763. OLE color: 12462763.

HSL color Cylindrical-coordinate representation of color #AB2ABE: hue angle of 292.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2ABE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 42 190 -
CMYK 0.10 0.78 0 0.25
HSL 292.3º 0.64% 0.45% -
HSV(B) 292.3º 0.78% 0.75% -
XYZ 26.92 14.03 50 -
YUV 97.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 171 42 190 0.10 0.78 0 0.25 292.3 0.64 0.45
Hex AB 2A BE A 4E 0 19 124 40 2D
Octal 253 52 276 12 116 0 31 444 100 55
Binary 10101011 101010 10111110 1010 1001110 0 11001 100100100 1000000 101101

Color Harmonies of #AB2ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ABE

Black with #AB2ABE

Text Example


Text Example

White with #AB2ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ABE; }

 p { color: rgb(171,42,190); }

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

background-color css

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

 a { background-color: rgb(171,42,190); }

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

border-color css

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

 span { border-color: rgb(171,42,190); }

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