Html Css Color HEX #A13CCF Dark Orchid

📋 copy color: '#A13CCF'

red 161 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #A13CCF

Tints of Dark Orchid #A13CCF

RGB

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

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

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

R = 37.62%
G = 14.02%
B = 48.36%

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

#A13CCF (or 0xA13CCF) is known color: Dark Orchid. HEX triplet: A1, 3C and CF. RGB value is (161,60,207). Sum of RGB (Red+Green+Blue) = 161+60+207=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A13CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CCF is #5EC330. Grayscale: #6A6A6A. Windows color (decimal): -6210353 or 13581473. OLE color: 13581473.

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

Color convert

RGB 161 60 207 -
CMYK 0.22 0.71 0 0.19
HSL 281.22º 0.6% 0.52% -
HSV(B) 281.22º 0.71% 0.81% -
XYZ 27.58 15.31 60.53 -
YUV 106.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 161 60 207 0.22 0.71 0 0.19 281.22 0.6 0.52
Hex A1 3C CF 16 47 0 13 119 3C 34
Octal 241 74 317 26 107 0 23 431 74 64
Binary 10100001 111100 11001111 10110 1000111 0 10011 100011001 111100 110100

Color Harmonies of #A13CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CCF

Black with #A13CCF

Text Example


Text Example

White with #A13CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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