Html Css Color HEX #A23DC4 Dark Orchid

📋 copy color: '#A23DC4'

red 162 ◦ green 61 ◦ blue 196

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

Shades of Dark Orchid #A23DC4

Tints of Dark Orchid #A23DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.78%

R = 38.66%
G = 14.56%
B = 46.78%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A23DC4 (or 0xA23DC4) is known color: Dark Orchid. HEX triplet: A2, 3D and C4. RGB value is (162,61,196). Sum of RGB (Red+Green+Blue) = 162+61+196=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #A23DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DC4 is #5DC23B. Grayscale: #6A6A6A. Windows color (decimal): -6144572 or 12860834. OLE color: 12860834.

HSL color Cylindrical-coordinate representation of color #A23DC4: hue angle of 284.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23DC4 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 61 196 -
CMYK 0.17 0.69 0 0.23
HSL 284.89º 0.53% 0.5% -
HSV(B) 284.89º 0.69% 0.77% -
XYZ 26.53 15 53.72 -
YUV 106.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 162 61 196 0.17 0.69 0 0.23 284.89 0.53 0.5
Hex A2 3D C4 11 45 0 17 11D 35 32
Octal 242 75 304 21 105 0 27 435 65 62
Binary 10100010 111101 11000100 10001 1000101 0 10111 100011101 110101 110010

Color Harmonies of #A23DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DC4

Black with #A23DC4

Text Example


Text Example

White with #A23DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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