Html Css Color HEX #A23BB5 Dark Orchid

📋 copy color: '#A23BB5'

red 162 ◦ green 59 ◦ blue 181

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

Shades of Dark Orchid #A23BB5

Tints of Dark Orchid #A23BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.02%

R = 40.3%
G = 14.68%
B = 45.02%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A23BB5 (or 0xA23BB5) is known color: Dark Orchid. HEX triplet: A2, 3B and B5. RGB value is (162,59,181). Sum of RGB (Red+Green+Blue) = 162+59+181=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #A23BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BB5 is #5DC44A. Grayscale: #676767. Windows color (decimal): -6145099 or 11877282. OLE color: 11877282.

HSL color Cylindrical-coordinate representation of color #A23BB5: hue angle of 290.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23BB5 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 59 181 -
CMYK 0.10 0.67 0 0.29
HSL 290.66º 0.51% 0.47% -
HSV(B) 290.66º 0.67% 0.71% -
XYZ 24.8 14.15 45.14 -
YUV 103.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 162 59 181 0.10 0.67 0 0.29 290.66 0.51 0.47
Hex A2 3B B5 A 43 0 1D 123 33 2F
Octal 242 73 265 12 103 0 35 443 63 57
Binary 10100010 111011 10110101 1010 1000011 0 11101 100100011 110011 101111

Color Harmonies of #A23BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23BB5

Black with #A23BB5

Text Example


Text Example

White with #A23BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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