Html Css Color HEX #A23FBC Dark Orchid

📋 copy color: '#A23FBC'

red 162 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #A23FBC

Tints of Dark Orchid #A23FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.25%

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 39.23%
G = 15.25%
B = 45.52%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A23FBC (or 0xA23FBC) is known color: Dark Orchid. HEX triplet: A2, 3F and BC. RGB value is (162,63,188). Sum of RGB (Red+Green+Blue) = 162+63+188=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #A23FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FBC is #5DC043. Grayscale: #6A6A6A. Windows color (decimal): -6144068 or 12337058. OLE color: 12337058.

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

Color convert

RGB 162 63 188 -
CMYK 0.14 0.66 0 0.26
HSL 287.52º 0.5% 0.49% -
HSV(B) 287.52º 0.66% 0.74% -
XYZ 25.75 14.87 49.09 -
YUV 106.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 162 63 188 0.14 0.66 0 0.26 287.52 0.5 0.49
Hex A2 3F BC E 42 0 1A 120 32 31
Octal 242 77 274 16 102 0 32 440 62 61
Binary 10100010 111111 10111100 1110 1000010 0 11010 100100000 110010 110001

Color Harmonies of #A23FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23FBC

Black with #A23FBC

Text Example


Text Example

White with #A23FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23FBC; }

 p { color: rgb(162,63,188); }

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

background-color css

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

 a { background-color: rgb(162,63,188); }

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

border-color css

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

 span { border-color: rgb(162,63,188); }

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