Html Css Color HEX #AB2ACB Dark Orchid

📋 copy color: '#AB2ACB'

red 171 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #AB2ACB

Tints of Dark Orchid #AB2ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 41.11%
G = 10.1%
B = 48.8%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB2ACB (or 0xAB2ACB) is known color: Dark Orchid. HEX triplet: AB, 2A and CB. RGB value is (171,42,203). Sum of RGB (Red+Green+Blue) = 171+42+203=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ACB is #54D534. Grayscale: #626262. Windows color (decimal): -5559605 or 13314731. OLE color: 13314731.

HSL color Cylindrical-coordinate representation of color #AB2ACB: hue angle of 288.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2ACB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 42 203 -
CMYK 0.16 0.79 0 0.20
HSL 288.07º 0.66% 0.48% -
HSV(B) 288.07º 0.79% 0.8% -
XYZ 28.4 14.63 57.83 -
YUV 98.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 171 42 203 0.16 0.79 0 0.20 288.07 0.66 0.48
Hex AB 2A CB 10 4F 0 14 120 42 30
Octal 253 52 313 20 117 0 24 440 102 60
Binary 10101011 101010 11001011 10000 1001111 0 10100 100100000 1000010 110000

Color Harmonies of #AB2ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ACB

Black with #AB2ACB

Text Example


Text Example

White with #AB2ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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