Html Css Color HEX #A23BBB Dark Orchid

📋 copy color: '#A23BBB'

red 162 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #A23BBB

Tints of Dark Orchid #A23BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 39.71%
G = 14.46%
B = 45.83%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A23BBB (or 0xA23BBB) is known color: Dark Orchid. HEX triplet: A2, 3B and BB. RGB value is (162,59,187). Sum of RGB (Red+Green+Blue) = 162+59+187=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #A23BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BBB is #5DC444. Grayscale: #676767. Windows color (decimal): -6145093 or 12270498. OLE color: 12270498.

HSL color Cylindrical-coordinate representation of color #A23BBB: hue angle of 288.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23BBB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 59 187 -
CMYK 0.13 0.68 0 0.27
HSL 288.28º 0.52% 0.48% -
HSV(B) 288.28º 0.68% 0.73% -
XYZ 25.43 14.4 48.45 -
YUV 104.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 162 59 187 0.13 0.68 0 0.27 288.28 0.52 0.48
Hex A2 3B BB D 44 0 1B 120 34 30
Octal 242 73 273 15 104 0 33 440 64 60
Binary 10100010 111011 10111011 1101 1000100 0 11011 100100000 110100 110000

Color Harmonies of #A23BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23BBB

Black with #A23BBB

Text Example


Text Example

White with #A23BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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