Html Css Color HEX #AB3ADC Dark Orchid

📋 copy color: '#AB3ADC'

red 171 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #AB3ADC

Tints of Dark Orchid #AB3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.92%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 38.08%
G = 12.92%
B = 49%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB3ADC (or 0xAB3ADC) is known color: Dark Orchid. HEX triplet: AB, 3A and DC. RGB value is (171,58,220). Sum of RGB (Red+Green+Blue) = 171+58+220=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ADC is #54C523. Grayscale: #6D6D6D. Windows color (decimal): -5555492 or 14432939. OLE color: 14432939.

HSL color Cylindrical-coordinate representation of color #AB3ADC: hue angle of 281.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3ADC is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 58 220 -
CMYK 0.22 0.74 0 0.14
HSL 281.85º 0.7% 0.55% -
HSV(B) 281.85º 0.74% 0.86% -
XYZ 31.23 16.85 69.32 -
YUV 110.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 171 58 220 0.22 0.74 0 0.14 281.85 0.7 0.55
Hex AB 3A DC 16 4A 0 E 11A 46 37
Octal 253 72 334 26 112 0 16 432 106 67
Binary 10101011 111010 11011100 10110 1001010 0 1110 100011010 1000110 110111

Color Harmonies of #AB3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3ADC

Black with #AB3ADC

Text Example


Text Example

White with #AB3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3ADC; }

 p { color: rgb(171,58,220); }

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

background-color css

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

 a { background-color: rgb(171,58,220); }

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

border-color css

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

 span { border-color: rgb(171,58,220); }

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