Html Css Color HEX #AB3ACC Dark Orchid

📋 copy color: '#AB3ACC'

red 171 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #AB3ACC

Tints of Dark Orchid #AB3ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 39.49%
G = 13.39%
B = 47.11%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB3ACC (or 0xAB3ACC) is known color: Dark Orchid. HEX triplet: AB, 3A and CC. RGB value is (171,58,204). Sum of RGB (Red+Green+Blue) = 171+58+204=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB3ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ACC is #54C533. Grayscale: #6B6B6B. Windows color (decimal): -5555508 or 13384363. OLE color: 13384363.

HSL color Cylindrical-coordinate representation of color #AB3ACC: hue angle of 286.44º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3ACC is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 58 204 -
CMYK 0.16 0.72 0 0.2
HSL 286.44º 0.59% 0.51% -
HSV(B) 286.44º 0.72% 0.8% -
XYZ 29.21 16.04 58.68 -
YUV 108.43 181.94 172.63 -
System Red Green Blue C M Y K H S L
Decimal 171 58 204 0.16 0.72 0 0.2 286.44 0.59 0.51
Hex AB 3A CC 10 48 0 14 11E 3B 33
Octal 253 72 314 20 110 0 24 436 73 63
Binary 10101011 111010 11001100 10000 1001000 0 10100 100011110 111011 110011

Color Harmonies of #AB3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3ACC

Black with #AB3ACC

Text Example


Text Example

White with #AB3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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