Html Css Color HEX #A23CC4 Dark Orchid

📋 copy color: '#A23CC4'

red 162 ◦ green 60 ◦ blue 196

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

Shades of Dark Orchid #A23CC4

Tints of Dark Orchid #A23CC4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.35%

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

R = 38.76%
G = 14.35%
B = 46.89%

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

#A23CC4 (or 0xA23CC4) is known color: Dark Orchid. HEX triplet: A2, 3C and C4. RGB value is (162,60,196). Sum of RGB (Red+Green+Blue) = 162+60+196=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #A23CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CC4 is #5DC33B. Grayscale: #696969. Windows color (decimal): -6144828 or 12860578. OLE color: 12860578.

HSL color Cylindrical-coordinate representation of color #A23CC4: hue angle of 285º degrees, saturation: 0.54, 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 #A23CC4 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 60 196 -
CMYK 0.17 0.69 0 0.23
HSL 285º 0.54% 0.5% -
HSV(B) 285º 0.69% 0.77% -
XYZ 26.48 14.9 53.7 -
YUV 106 178.79 167.94 -
System Red Green Blue C M Y K H S L
Decimal 162 60 196 0.17 0.69 0 0.23 285 0.54 0.5
Hex A2 3C C4 11 45 0 17 11D 36 32
Octal 242 74 304 21 105 0 27 435 66 62
Binary 10100010 111100 11000100 10001 1000101 0 10111 100011101 110110 110010

Color Harmonies of #A23CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CC4

Black with #A23CC4

Text Example


Text Example

White with #A23CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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