Html Css Color HEX #A12FCF Dark Orchid

📋 copy color: '#A12FCF'

red 161 ◦ green 47 ◦ blue 207

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

Shades of Dark Orchid #A12FCF

Tints of Dark Orchid #A12FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.33%

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

R = 38.8%
G = 11.33%
B = 49.88%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A12FCF (or 0xA12FCF) is known color: Dark Orchid. HEX triplet: A1, 2F and CF. RGB value is (161,47,207). Sum of RGB (Red+Green+Blue) = 161+47+207=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A12FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FCF is #5ED030. Grayscale: #626262. Windows color (decimal): -6213681 or 13578145. OLE color: 13578145.

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

Color convert

RGB 161 47 207 -
CMYK 0.22 0.77 0 0.19
HSL 282.75º 0.63% 0.5% -
HSV(B) 282.75º 0.77% 0.81% -
XYZ 26.98 14.12 60.33 -
YUV 99.33 188.77 171.99 -
System Red Green Blue C M Y K H S L
Decimal 161 47 207 0.22 0.77 0 0.19 282.75 0.63 0.5
Hex A1 2F CF 16 4D 0 13 11B 3F 32
Octal 241 57 317 26 115 0 23 433 77 62
Binary 10100001 101111 11001111 10110 1001101 0 10011 100011011 111111 110010

Color Harmonies of #A12FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12FCF

Black with #A12FCF

Text Example


Text Example

White with #A12FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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