Html Css Color HEX #A12BAF Dark Orchid

📋 copy color: '#A12BAF'

red 161 ◦ green 43 ◦ blue 175

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

Shades of Dark Orchid #A12BAF

Tints of Dark Orchid #A12BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.35%

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 42.48%
G = 11.35%
B = 46.17%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A12BAF (or 0xA12BAF) is known color: Dark Orchid. HEX triplet: A1, 2B and AF. RGB value is (161,43,175). Sum of RGB (Red+Green+Blue) = 161+43+175=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #A12BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BAF is #5ED450. Grayscale: #5C5C5C. Windows color (decimal): -6214737 or 11479969. OLE color: 11479969.

HSL color Cylindrical-coordinate representation of color #A12BAF: hue angle of 293.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12BAF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 43 175 -
CMYK 0.08 0.75 0 0.31
HSL 293.64º 0.61% 0.43% -
HSV(B) 293.64º 0.75% 0.69% -
XYZ 23.3 12.4 41.72 -
YUV 93.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 161 43 175 0.08 0.75 0 0.31 293.64 0.61 0.43
Hex A1 2B AF 8 4B 0 1F 126 3D 2B
Octal 241 53 257 10 113 0 37 446 75 53
Binary 10100001 101011 10101111 1000 1001011 0 11111 100100110 111101 101011

Color Harmonies of #A12BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BAF

Black with #A12BAF

Text Example


Text Example

White with #A12BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BAF; }

 p { color: rgb(161,43,175); }

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

background-color css

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

 a { background-color: rgb(161,43,175); }

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

border-color css

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

 span { border-color: rgb(161,43,175); }

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