Html Css Color HEX #AB2BC3 Dark Orchid

📋 copy color: '#AB2BC3'

red 171 ◦ green 43 ◦ blue 195

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

Shades of Dark Orchid #AB2BC3

Tints of Dark Orchid #AB2BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.68%

R = 41.81%
G = 10.51%
B = 47.68%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB2BC3 (or 0xAB2BC3) is known color: Dark Orchid. HEX triplet: AB, 2B and C3. RGB value is (171,43,195). Sum of RGB (Red+Green+Blue) = 171+43+195=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB2BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BC3 is #54D43C. Grayscale: #626262. Windows color (decimal): -5559357 or 12790699. OLE color: 12790699.

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

Color convert

RGB 171 43 195 -
CMYK 0.12 0.78 0 0.24
HSL 290.53º 0.64% 0.47% -
HSV(B) 290.53º 0.78% 0.76% -
XYZ 27.51 14.33 52.95 -
YUV 98.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 171 43 195 0.12 0.78 0 0.24 290.53 0.64 0.47
Hex AB 2B C3 C 4E 0 18 123 40 2F
Octal 253 53 303 14 116 0 30 443 100 57
Binary 10101011 101011 11000011 1100 1001110 0 11000 100100011 1000000 101111

Color Harmonies of #AB2BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BC3

Black with #AB2BC3

Text Example


Text Example

White with #AB2BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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