Html Css Color HEX #A23BB7 Dark Orchid

📋 copy color: '#A23BB7'

red 162 ◦ green 59 ◦ blue 183

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

Shades of Dark Orchid #A23BB7

Tints of Dark Orchid #A23BB7

RGB

 RED value IS 162 (63.67% from 255) = 40.1%

 GREEN value IS 59 (23.44% from 255) = 14.6%

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

R = 40.1%
G = 14.6%
B = 45.3%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A23BB7 (or 0xA23BB7) is known color: Dark Orchid. HEX triplet: A2, 3B and B7. RGB value is (162,59,183). Sum of RGB (Red+Green+Blue) = 162+59+183=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #A23BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BB7 is #5DC448. Grayscale: #676767. Windows color (decimal): -6145097 or 12008354. OLE color: 12008354.

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

Color convert

RGB 162 59 183 -
CMYK 0.11 0.68 0 0.28
HSL 289.84º 0.51% 0.47% -
HSV(B) 289.84º 0.68% 0.72% -
XYZ 25.01 14.23 46.23 -
YUV 103.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 162 59 183 0.11 0.68 0 0.28 289.84 0.51 0.47
Hex A2 3B B7 B 44 0 1C 122 33 2F
Octal 242 73 267 13 104 0 34 442 63 57
Binary 10100010 111011 10110111 1011 1000100 0 11100 100100010 110011 101111

Color Harmonies of #A23BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23BB7

Black with #A23BB7

Text Example


Text Example

White with #A23BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23BB7; }

 p { color: rgb(162,59,183); }

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

background-color css

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

 a { background-color: rgb(162,59,183); }

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

border-color css

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

 span { border-color: rgb(162,59,183); }

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