Html Css Color HEX #A42BBB Dark Orchid

📋 copy color: '#A42BBB'

red 164 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #A42BBB

Tints of Dark Orchid #A42BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 41.62%
G = 10.91%
B = 47.46%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A42BBB (or 0xA42BBB) is known color: Dark Orchid. HEX triplet: A4, 2B and BB. RGB value is (164,43,187). Sum of RGB (Red+Green+Blue) = 164+43+187=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #A42BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BBB is #5BD444. Grayscale: #5F5F5F. Windows color (decimal): -6018117 or 12266404. OLE color: 12266404.

HSL color Cylindrical-coordinate representation of color #A42BBB: hue angle of 290.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42BBB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 43 187 -
CMYK 0.12 0.77 0 0.27
HSL 290.42º 0.63% 0.45% -
HSV(B) 290.42º 0.77% 0.73% -
XYZ 25.14 13.21 48.24 -
YUV 95.6 179.59 176.79 -
System Red Green Blue C M Y K H S L
Decimal 164 43 187 0.12 0.77 0 0.27 290.42 0.63 0.45
Hex A4 2B BB C 4D 0 1B 122 3F 2D
Octal 244 53 273 14 115 0 33 442 77 55
Binary 10100100 101011 10111011 1100 1001101 0 11011 100100010 111111 101101

Color Harmonies of #A42BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BBB

Black with #A42BBB

Text Example


Text Example

White with #A42BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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