Html Css Color HEX #A123CF Dark Orchid

📋 copy color: '#A123CF'

red 161 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #A123CF

Tints of Dark Orchid #A123CF

RGB

 RED value IS 161 (63.28% from 255) = 39.95%

 GREEN value IS 35 (14.06% from 255) = 8.68%

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

R = 39.95%
G = 8.68%
B = 51.36%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A123CF (or 0xA123CF) is known color: Dark Orchid. HEX triplet: A1, 23 and CF. RGB value is (161,35,207). Sum of RGB (Red+Green+Blue) = 161+35+207=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #A123CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123CF is #5EDC30. Grayscale: #5B5B5B. Windows color (decimal): -6216753 or 13575073. OLE color: 13575073.

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

Color convert

RGB 161 35 207 -
CMYK 0.22 0.83 0 0.19
HSL 283.95º 0.71% 0.47% -
HSV(B) 283.95º 0.83% 0.81% -
XYZ 26.56 13.28 60.2 -
YUV 92.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 161 35 207 0.22 0.83 0 0.19 283.95 0.71 0.47
Hex A1 23 CF 16 53 0 13 11C 47 2F
Octal 241 43 317 26 123 0 23 434 107 57
Binary 10100001 100011 11001111 10110 1010011 0 10011 100011100 1000111 101111

Color Harmonies of #A123CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A123CF

Black with #A123CF

Text Example


Text Example

White with #A123CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A123CF; }

 p { color: rgb(161,35,207); }

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

background-color css

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

 a { background-color: rgb(161,35,207); }

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

border-color css

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

 span { border-color: rgb(161,35,207); }

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