Html Css Color HEX #A23BBD Dark Orchid

📋 copy color: '#A23BBD'

red 162 ◦ green 59 ◦ blue 189

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

Shades of Dark Orchid #A23BBD

Tints of Dark Orchid #A23BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 39.51%
G = 14.39%
B = 46.1%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A23BBD (or 0xA23BBD) is known color: Dark Orchid. HEX triplet: A2, 3B and BD. RGB value is (162,59,189). Sum of RGB (Red+Green+Blue) = 162+59+189=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #A23BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BBD is #5DC442. Grayscale: #686868. Windows color (decimal): -6145091 or 12401570. OLE color: 12401570.

HSL color Cylindrical-coordinate representation of color #A23BBD: hue angle of 287.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23BBD is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 59 189 -
CMYK 0.14 0.69 0 0.26
HSL 287.54º 0.52% 0.49% -
HSV(B) 287.54º 0.69% 0.74% -
XYZ 25.65 14.48 49.59 -
YUV 104.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 162 59 189 0.14 0.69 0 0.26 287.54 0.52 0.49
Hex A2 3B BD E 45 0 1A 120 34 31
Octal 242 73 275 16 105 0 32 440 64 61
Binary 10100010 111011 10111101 1110 1000101 0 11010 100100000 110100 110001

Color Harmonies of #A23BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23BBD

Black with #A23BBD

Text Example


Text Example

White with #A23BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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