Html Css Color HEX #A23DCF Dark Orchid

📋 copy color: '#A23DCF'

red 162 ◦ green 61 ◦ blue 207

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

Shades of Dark Orchid #A23DCF

Tints of Dark Orchid #A23DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 37.67%
G = 14.19%
B = 48.14%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A23DCF (or 0xA23DCF) is known color: Dark Orchid. HEX triplet: A2, 3D and CF. RGB value is (162,61,207). Sum of RGB (Red+Green+Blue) = 162+61+207=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #A23DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DCF is #5DC230. Grayscale: #6B6B6B. Windows color (decimal): -6144561 or 13581730. OLE color: 13581730.

HSL color Cylindrical-coordinate representation of color #A23DCF: hue angle of 281.51º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A23DCF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 61 207 -
CMYK 0.22 0.71 0 0.19
HSL 281.51º 0.6% 0.53% -
HSV(B) 281.51º 0.71% 0.81% -
XYZ 27.83 15.52 60.56 -
YUV 107.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 162 61 207 0.22 0.71 0 0.19 281.51 0.6 0.53
Hex A2 3D CF 16 47 0 13 11A 3C 35
Octal 242 75 317 26 107 0 23 432 74 65
Binary 10100010 111101 11001111 10110 1000111 0 10011 100011010 111100 110101

Color Harmonies of #A23DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DCF

Black with #A23DCF

Text Example


Text Example

White with #A23DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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