Html Css Color HEX #AB23BC Dark Orchid

📋 copy color: '#AB23BC'

red 171 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #AB23BC

Tints of Dark Orchid #AB23BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.88%

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

R = 43.4%
G = 8.88%
B = 47.72%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB23BC (or 0xAB23BC) is known color: Dark Orchid. HEX triplet: AB, 23 and BC. RGB value is (171,35,188). Sum of RGB (Red+Green+Blue) = 171+35+188=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB23BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23BC is #54DC43. Grayscale: #5C5C5C. Windows color (decimal): -5561412 or 12329899. OLE color: 12329899.

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

Color convert

RGB 171 35 188 -
CMYK 0.09 0.81 0 0.26
HSL 293.33º 0.69% 0.44% -
HSV(B) 293.33º 0.81% 0.74% -
XYZ 26.47 13.49 48.79 -
YUV 93.11 181.56 183.56 -
System Red Green Blue C M Y K H S L
Decimal 171 35 188 0.09 0.81 0 0.26 293.33 0.69 0.44
Hex AB 23 BC 9 51 0 1A 125 45 2C
Octal 253 43 274 11 121 0 32 445 105 54
Binary 10101011 100011 10111100 1001 1010001 0 11010 100100101 1000101 101100

Color Harmonies of #AB23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23BC

Black with #AB23BC

Text Example


Text Example

White with #AB23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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