Html Css Color HEX #AB3BCD Dark Orchid

📋 copy color: '#AB3BCD'

red 171 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #AB3BCD

Tints of Dark Orchid #AB3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.56%

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

R = 39.31%
G = 13.56%
B = 47.13%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB3BCD (or 0xAB3BCD) is known color: Dark Orchid. HEX triplet: AB, 3B and CD. RGB value is (171,59,205). Sum of RGB (Red+Green+Blue) = 171+59+205=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB3BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BCD is #54C432. Grayscale: #6C6C6C. Windows color (decimal): -5555251 or 13450155. OLE color: 13450155.

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

Color convert

RGB 171 59 205 -
CMYK 0.17 0.71 0 0.20
HSL 286.03º 0.59% 0.52% -
HSV(B) 286.03º 0.71% 0.8% -
XYZ 29.38 16.19 59.33 -
YUV 109.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 171 59 205 0.17 0.71 0 0.20 286.03 0.59 0.52
Hex AB 3B CD 11 47 0 14 11E 3B 34
Octal 253 73 315 21 107 0 24 436 73 64
Binary 10101011 111011 11001101 10001 1000111 0 10100 100011110 111011 110100

Color Harmonies of #AB3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BCD

Black with #AB3BCD

Text Example


Text Example

White with #AB3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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