Html Css Color HEX #AB2BC7 Dark Orchid

📋 copy color: '#AB2BC7'

red 171 ◦ green 43 ◦ blue 199

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

Shades of Dark Orchid #AB2BC7

Tints of Dark Orchid #AB2BC7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

 BLUE value IS 199 (78.13% from 255) = 48.18%

R = 41.4%
G = 10.41%
B = 48.18%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB2BC7 (or 0xAB2BC7) is known color: Dark Orchid. HEX triplet: AB, 2B and C7. RGB value is (171,43,199). Sum of RGB (Red+Green+Blue) = 171+43+199=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB2BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BC7 is #54D438. Grayscale: #626262. Windows color (decimal): -5559353 or 13052843. OLE color: 13052843.

HSL color Cylindrical-coordinate representation of color #AB2BC7: hue angle of 289.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2BC7 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 43 199 -
CMYK 0.14 0.78 0 0.22
HSL 289.23º 0.64% 0.47% -
HSV(B) 289.23º 0.78% 0.78% -
XYZ 27.97 14.51 55.36 -
YUV 99.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 171 43 199 0.14 0.78 0 0.22 289.23 0.64 0.47
Hex AB 2B C7 E 4E 0 16 121 40 2F
Octal 253 53 307 16 116 0 26 441 100 57
Binary 10101011 101011 11000111 1110 1001110 0 10110 100100001 1000000 101111

Color Harmonies of #AB2BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BC7

Black with #AB2BC7

Text Example


Text Example

White with #AB2BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BC7; }

 p { color: rgb(171,43,199); }

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

background-color css

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

 a { background-color: rgb(171,43,199); }

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

border-color css

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

 span { border-color: rgb(171,43,199); }

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