Html Css Color HEX #AB3CBC Dark Orchid

📋 copy color: '#AB3CBC'

red 171 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #AB3CBC

Tints of Dark Orchid #AB3CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.32%

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 40.81%
G = 14.32%
B = 44.87%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB3CBC (or 0xAB3CBC) is known color: Dark Orchid. HEX triplet: AB, 3C and BC. RGB value is (171,60,188). Sum of RGB (Red+Green+Blue) = 171+60+188=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB3CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CBC is #54C343. Grayscale: #6B6B6B. Windows color (decimal): -5555012 or 12336299. OLE color: 12336299.

HSL color Cylindrical-coordinate representation of color #AB3CBC: hue angle of 292.03º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3CBC is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 60 188 -
CMYK 0.09 0.68 0 0.26
HSL 292.03º 0.52% 0.49% -
HSV(B) 292.03º 0.68% 0.74% -
XYZ 27.49 15.52 49.12 -
YUV 107.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 171 60 188 0.09 0.68 0 0.26 292.03 0.52 0.49
Hex AB 3C BC 9 44 0 1A 124 34 31
Octal 253 74 274 11 104 0 32 444 64 61
Binary 10101011 111100 10111100 1001 1000100 0 11010 100100100 110100 110001

Color Harmonies of #AB3CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CBC

Black with #AB3CBC

Text Example


Text Example

White with #AB3CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CBC; }

 p { color: rgb(171,60,188); }

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

background-color css

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

 a { background-color: rgb(171,60,188); }

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

border-color css

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

 span { border-color: rgb(171,60,188); }

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