Html Css Color HEX #A12BCB Dark Orchid

📋 copy color: '#A12BCB'

red 161 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #A12BCB

Tints of Dark Orchid #A12BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 39.56%
G = 10.57%
B = 49.88%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A12BCB (or 0xA12BCB) is known color: Dark Orchid. HEX triplet: A1, 2B and CB. RGB value is (161,43,203). Sum of RGB (Red+Green+Blue) = 161+43+203=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #A12BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BCB is #5ED434. Grayscale: #5F5F5F. Windows color (decimal): -6214709 or 13314977. OLE color: 13314977.

HSL color Cylindrical-coordinate representation of color #A12BCB: hue angle of 284.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12BCB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 43 203 -
CMYK 0.21 0.79 0 0.20
HSL 284.25º 0.65% 0.48% -
HSV(B) 284.25º 0.79% 0.8% -
XYZ 26.34 13.62 57.74 -
YUV 96.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 161 43 203 0.21 0.79 0 0.20 284.25 0.65 0.48
Hex A1 2B CB 15 4F 0 14 11C 41 30
Octal 241 53 313 25 117 0 24 434 101 60
Binary 10100001 101011 11001011 10101 1001111 0 10100 100011100 1000001 110000

Color Harmonies of #A12BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BCB

Black with #A12BCB

Text Example


Text Example

White with #A12BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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