Html Css Color HEX #AB2CC2 Dark Orchid

📋 copy color: '#AB2CC2'

red 171 ◦ green 44 ◦ blue 194

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

Shades of Dark Orchid #AB2CC2

Tints of Dark Orchid #AB2CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.43%

R = 41.81%
G = 10.76%
B = 47.43%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB2CC2 (or 0xAB2CC2) is known color: Dark Orchid. HEX triplet: AB, 2C and C2. RGB value is (171,44,194). Sum of RGB (Red+Green+Blue) = 171+44+194=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB2CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CC2 is #54D33D. Grayscale: #626262. Windows color (decimal): -5559102 or 12725419. OLE color: 12725419.

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

Color convert

RGB 171 44 194 -
CMYK 0.12 0.77 0 0.24
HSL 290.8º 0.63% 0.47% -
HSV(B) 290.8º 0.77% 0.76% -
XYZ 27.43 14.35 52.36 -
YUV 99.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 171 44 194 0.12 0.77 0 0.24 290.8 0.63 0.47
Hex AB 2C C2 C 4D 0 18 123 3F 2F
Octal 253 54 302 14 115 0 30 443 77 57
Binary 10101011 101100 11000010 1100 1001101 0 11000 100100011 111111 101111

Color Harmonies of #AB2CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CC2

Black with #AB2CC2

Text Example


Text Example

White with #AB2CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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