Html Css Color HEX #AB23BD Dark Orchid

📋 copy color: '#AB23BD'

red 171 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #AB23BD

Tints of Dark Orchid #AB23BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 43.29%
G = 8.86%
B = 47.85%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB23BD (or 0xAB23BD) is known color: Dark Orchid. HEX triplet: AB, 23 and BD. RGB value is (171,35,189). Sum of RGB (Red+Green+Blue) = 171+35+189=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB23BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23BD is #54DC42. Grayscale: #5C5C5C. Windows color (decimal): -5561411 or 12395435. OLE color: 12395435.

HSL color Cylindrical-coordinate representation of color #AB23BD: hue angle of 292.99º 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 #AB23BD is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 35 189 -
CMYK 0.10 0.81 0 0.26
HSL 292.99º 0.69% 0.44% -
HSV(B) 292.99º 0.81% 0.74% -
XYZ 26.58 13.53 49.36 -
YUV 93.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 171 35 189 0.10 0.81 0 0.26 292.99 0.69 0.44
Hex AB 23 BD A 51 0 1A 125 45 2C
Octal 253 43 275 12 121 0 32 445 105 54
Binary 10101011 100011 10111101 1010 1010001 0 11010 100100101 1000101 101100

Color Harmonies of #AB23BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23BD

Black with #AB23BD

Text Example


Text Example

White with #AB23BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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