Html Css Color HEX #AB2BCE Dark Orchid

📋 copy color: '#AB2BCE'

red 171 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #AB2BCE

Tints of Dark Orchid #AB2BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 40.71%
G = 10.24%
B = 49.05%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB2BCE (or 0xAB2BCE) is known color: Dark Orchid. HEX triplet: AB, 2B and CE. RGB value is (171,43,206). Sum of RGB (Red+Green+Blue) = 171+43+206=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BCE is #54D431. Grayscale: #636363. Windows color (decimal): -5559346 or 13511595. OLE color: 13511595.

HSL color Cylindrical-coordinate representation of color #AB2BCE: hue angle of 287.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2BCE is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 43 206 -
CMYK 0.17 0.79 0 0.19
HSL 287.12º 0.65% 0.49% -
HSV(B) 287.12º 0.79% 0.81% -
XYZ 28.8 14.84 59.74 -
YUV 99.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 171 43 206 0.17 0.79 0 0.19 287.12 0.65 0.49
Hex AB 2B CE 11 4F 0 13 11F 41 31
Octal 253 53 316 21 117 0 23 437 101 61
Binary 10101011 101011 11001110 10001 1001111 0 10011 100011111 1000001 110001

Color Harmonies of #AB2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BCE

Black with #AB2BCE

Text Example


Text Example

White with #AB2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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