Html Css Color HEX #A23FBE Dark Orchid

📋 copy color: '#A23FBE'

red 162 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #A23FBE

Tints of Dark Orchid #A23FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 39.04%
G = 15.18%
B = 45.78%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A23FBE (or 0xA23FBE) is known color: Dark Orchid. HEX triplet: A2, 3F and BE. RGB value is (162,63,190). Sum of RGB (Red+Green+Blue) = 162+63+190=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #A23FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FBE is #5DC041. Grayscale: #6A6A6A. Windows color (decimal): -6144066 or 12468130. OLE color: 12468130.

HSL color Cylindrical-coordinate representation of color #A23FBE: hue angle of 286.77º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23FBE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 63 190 -
CMYK 0.15 0.67 0 0.25
HSL 286.77º 0.5% 0.5% -
HSV(B) 286.77º 0.67% 0.75% -
XYZ 25.97 14.95 50.23 -
YUV 107.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 162 63 190 0.15 0.67 0 0.25 286.77 0.5 0.5
Hex A2 3F BE F 43 0 19 11F 32 32
Octal 242 77 276 17 103 0 31 437 62 62
Binary 10100010 111111 10111110 1111 1000011 0 11001 100011111 110010 110010

Color Harmonies of #A23FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23FBE

Black with #A23FBE

Text Example


Text Example

White with #A23FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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