Html Css Color HEX #AB23BF Dark Orchid

📋 copy color: '#AB23BF'

red 171 ◦ green 35 ◦ blue 191

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

Shades of Dark Orchid #AB23BF

Tints of Dark Orchid #AB23BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 43.07%
G = 8.82%
B = 48.11%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB23BF (or 0xAB23BF) is known color: Dark Orchid. HEX triplet: AB, 23 and BF. RGB value is (171,35,191). Sum of RGB (Red+Green+Blue) = 171+35+191=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB23BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23BF is #54DC40. Grayscale: #5C5C5C. Windows color (decimal): -5561409 or 12526507. OLE color: 12526507.

HSL color Cylindrical-coordinate representation of color #AB23BF: hue angle of 292.31º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB23BF is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 35 191 -
CMYK 0.10 0.82 0 0.25
HSL 292.31º 0.69% 0.44% -
HSV(B) 292.31º 0.82% 0.75% -
XYZ 26.8 13.62 50.51 -
YUV 93.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 171 35 191 0.10 0.82 0 0.25 292.31 0.69 0.44
Hex AB 23 BF A 52 0 19 124 45 2C
Octal 253 43 277 12 122 0 31 444 105 54
Binary 10101011 100011 10111111 1010 1010010 0 11001 100100100 1000101 101100

Color Harmonies of #AB23BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23BF

Black with #AB23BF

Text Example


Text Example

White with #AB23BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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