Html Css Color HEX #AB23B7 Dark Orchid

📋 copy color: '#AB23B7'

red 171 ◦ green 35 ◦ blue 183

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

Shades of Dark Orchid #AB23B7

Tints of Dark Orchid #AB23B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.04%

R = 43.96%
G = 9%
B = 47.04%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB23B7 (or 0xAB23B7) is known color: Dark Orchid. HEX triplet: AB, 23 and B7. RGB value is (171,35,183). Sum of RGB (Red+Green+Blue) = 171+35+183=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB23B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23B7 is #54DC48. Grayscale: #5C5C5C. Windows color (decimal): -5561417 or 12002219. OLE color: 12002219.

HSL color Cylindrical-coordinate representation of color #AB23B7: hue angle of 295.14º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB23B7 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 35 183 -
CMYK 0.07 0.81 0 0.28
HSL 295.14º 0.68% 0.43% -
HSV(B) 295.14º 0.81% 0.72% -
XYZ 25.94 13.28 46 -
YUV 92.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 171 35 183 0.07 0.81 0 0.28 295.14 0.68 0.43
Hex AB 23 B7 7 51 0 1C 127 44 2B
Octal 253 43 267 7 121 0 34 447 104 53
Binary 10101011 100011 10110111 111 1010001 0 11100 100100111 1000100 101011

Color Harmonies of #AB23B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23B7

Black with #AB23B7

Text Example


Text Example

White with #AB23B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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