Html Css Color HEX #AB3ACD Dark Orchid

📋 copy color: '#AB3ACD'

red 171 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #AB3ACD

Tints of Dark Orchid #AB3ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 39.4%
G = 13.36%
B = 47.24%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB3ACD (or 0xAB3ACD) is known color: Dark Orchid. HEX triplet: AB, 3A and CD. RGB value is (171,58,205). Sum of RGB (Red+Green+Blue) = 171+58+205=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB3ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ACD is #54C532. Grayscale: #6C6C6C. Windows color (decimal): -5555507 or 13449899. OLE color: 13449899.

HSL color Cylindrical-coordinate representation of color #AB3ACD: hue angle of 286.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3ACD is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 58 205 -
CMYK 0.17 0.72 0 0.20
HSL 286.12º 0.6% 0.52% -
HSV(B) 286.12º 0.72% 0.8% -
XYZ 29.33 16.09 59.32 -
YUV 108.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 171 58 205 0.17 0.72 0 0.20 286.12 0.6 0.52
Hex AB 3A CD 11 48 0 14 11E 3C 34
Octal 253 72 315 21 110 0 24 436 74 64
Binary 10101011 111010 11001101 10001 1001000 0 10100 100011110 111100 110100

Color Harmonies of #AB3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3ACD

Black with #AB3ACD

Text Example


Text Example

White with #AB3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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