Html Css Color HEX #A12FBE Dark Orchid

📋 copy color: '#A12FBE'

red 161 ◦ green 47 ◦ blue 190

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

Shades of Dark Orchid #A12FBE

Tints of Dark Orchid #A12FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 40.45%
G = 11.81%
B = 47.74%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A12FBE (or 0xA12FBE) is known color: Dark Orchid. HEX triplet: A1, 2F and BE. RGB value is (161,47,190). Sum of RGB (Red+Green+Blue) = 161+47+190=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #A12FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FBE is #5ED041. Grayscale: #606060. Windows color (decimal): -6213698 or 12464033. OLE color: 12464033.

HSL color Cylindrical-coordinate representation of color #A12FBE: hue angle of 287.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12FBE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 47 190 -
CMYK 0.15 0.75 0 0.25
HSL 287.83º 0.6% 0.46% -
HSV(B) 287.83º 0.75% 0.75% -
XYZ 25.01 13.33 49.97 -
YUV 97.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 161 47 190 0.15 0.75 0 0.25 287.83 0.6 0.46
Hex A1 2F BE F 4B 0 19 120 3C 2E
Octal 241 57 276 17 113 0 31 440 74 56
Binary 10100001 101111 10111110 1111 1001011 0 11001 100100000 111100 101110

Color Harmonies of #A12FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12FBE

Black with #A12FBE

Text Example


Text Example

White with #A12FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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