Html Css Color HEX #AB3ABC Dark Orchid

📋 copy color: '#AB3ABC'

red 171 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #AB3ABC

Tints of Dark Orchid #AB3ABC

RGB

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

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

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

R = 41.01%
G = 13.91%
B = 45.08%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB3ABC (or 0xAB3ABC) is known color: Dark Orchid. HEX triplet: AB, 3A and BC. RGB value is (171,58,188). Sum of RGB (Red+Green+Blue) = 171+58+188=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ABC is #54C543. Grayscale: #6A6A6A. Windows color (decimal): -5555524 or 12335787. OLE color: 12335787.

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

Color convert

RGB 171 58 188 -
CMYK 0.09 0.69 0 0.26
HSL 292.15º 0.53% 0.48% -
HSV(B) 292.15º 0.69% 0.74% -
XYZ 27.38 15.31 49.09 -
YUV 106.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 171 58 188 0.09 0.69 0 0.26 292.15 0.53 0.48
Hex AB 3A BC 9 45 0 1A 124 35 30
Octal 253 72 274 11 105 0 32 444 65 60
Binary 10101011 111010 10111100 1001 1000101 0 11010 100100100 110101 110000

Color Harmonies of #AB3ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3ABC

Black with #AB3ABC

Text Example


Text Example

White with #AB3ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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