Html Css Color HEX #AB2CC1 Dark Orchid

📋 copy color: '#AB2CC1'

red 171 ◦ green 44 ◦ blue 193

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

Shades of Dark Orchid #AB2CC1

Tints of Dark Orchid #AB2CC1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.78%

 BLUE value IS 193 (75.78% from 255) = 47.3%

R = 41.91%
G = 10.78%
B = 47.3%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB2CC1 (or 0xAB2CC1) is known color: Dark Orchid. HEX triplet: AB, 2C and C1. RGB value is (171,44,193). Sum of RGB (Red+Green+Blue) = 171+44+193=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB2CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CC1 is #54D33E. Grayscale: #626262. Windows color (decimal): -5559103 or 12659883. OLE color: 12659883.

HSL color Cylindrical-coordinate representation of color #AB2CC1: hue angle of 291.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2CC1 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 44 193 -
CMYK 0.11 0.77 0 0.24
HSL 291.14º 0.63% 0.46% -
HSV(B) 291.14º 0.77% 0.76% -
XYZ 27.32 14.31 51.77 -
YUV 98.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 171 44 193 0.11 0.77 0 0.24 291.14 0.63 0.46
Hex AB 2C C1 B 4D 0 18 123 3F 2E
Octal 253 54 301 13 115 0 30 443 77 56
Binary 10101011 101100 11000001 1011 1001101 0 11000 100100011 111111 101110

Color Harmonies of #AB2CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CC1

Black with #AB2CC1

Text Example


Text Example

White with #AB2CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CC1; }

 p { color: rgb(171,44,193); }

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

background-color css

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

 a { background-color: rgb(171,44,193); }

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

border-color css

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

 span { border-color: rgb(171,44,193); }

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