Html Css Color HEX #A23DBF Dark Orchid

📋 copy color: '#A23DBF'

red 162 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #A23DBF

Tints of Dark Orchid #A23DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.73%

 BLUE value IS 191 (75% from 255) = 46.14%

R = 39.13%
G = 14.73%
B = 46.14%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A23DBF (or 0xA23DBF) is known color: Dark Orchid. HEX triplet: A2, 3D and BF. RGB value is (162,61,191). Sum of RGB (Red+Green+Blue) = 162+61+191=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #A23DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DBF is #5DC240. Grayscale: #696969. Windows color (decimal): -6144577 or 12533154. OLE color: 12533154.

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

Color convert

RGB 162 61 191 -
CMYK 0.15 0.68 0 0.25
HSL 286.62º 0.52% 0.49% -
HSV(B) 286.62º 0.68% 0.75% -
XYZ 25.97 14.78 50.77 -
YUV 106.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 162 61 191 0.15 0.68 0 0.25 286.62 0.52 0.49
Hex A2 3D BF F 44 0 19 11F 34 31
Octal 242 75 277 17 104 0 31 437 64 61
Binary 10100010 111101 10111111 1111 1000100 0 11001 100011111 110100 110001

Color Harmonies of #A23DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DBF

Black with #A23DBF

Text Example


Text Example

White with #A23DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DBF; }

 p { color: rgb(162,61,191); }

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

background-color css

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

 a { background-color: rgb(162,61,191); }

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

border-color css

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

 span { border-color: rgb(162,61,191); }

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