Html Css Color HEX #A42BBE Dark Orchid

📋 copy color: '#A42BBE'

red 164 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #A42BBE

Tints of Dark Orchid #A42BBE

RGB

 RED value IS 164 (64.45% from 255) = 41.31%

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

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

R = 41.31%
G = 10.83%
B = 47.86%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A42BBE (or 0xA42BBE) is known color: Dark Orchid. HEX triplet: A4, 2B and BE. RGB value is (164,43,190). Sum of RGB (Red+Green+Blue) = 164+43+190=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #A42BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BBE is #5BD441. Grayscale: #5F5F5F. Windows color (decimal): -6018114 or 12463012. OLE color: 12463012.

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

Color convert

RGB 164 43 190 -
CMYK 0.14 0.77 0 0.25
HSL 289.39º 0.63% 0.46% -
HSV(B) 289.39º 0.77% 0.75% -
XYZ 25.47 13.34 49.95 -
YUV 95.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 164 43 190 0.14 0.77 0 0.25 289.39 0.63 0.46
Hex A4 2B BE E 4D 0 19 121 3F 2E
Octal 244 53 276 16 115 0 31 441 77 56
Binary 10100100 101011 10111110 1110 1001101 0 11001 100100001 111111 101110

Color Harmonies of #A42BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BBE

Black with #A42BBE

Text Example


Text Example

White with #A42BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BBE; }

 p { color: rgb(164,43,190); }

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

background-color css

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

 a { background-color: rgb(164,43,190); }

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

border-color css

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

 span { border-color: rgb(164,43,190); }

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