Html Css Color HEX #A42CBD Dark Orchid

📋 copy color: '#A42CBD'

red 164 ◦ green 44 ◦ blue 189

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

Shades of Dark Orchid #A42CBD

Tints of Dark Orchid #A42CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 41.31%
G = 11.08%
B = 47.61%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A42CBD (or 0xA42CBD) is known color: Dark Orchid. HEX triplet: A4, 2C and BD. RGB value is (164,44,189). Sum of RGB (Red+Green+Blue) = 164+44+189=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #A42CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CBD is #5BD342. Grayscale: #5F5F5F. Windows color (decimal): -6017859 or 12397732. OLE color: 12397732.

HSL color Cylindrical-coordinate representation of color #A42CBD: hue angle of 289.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42CBD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 44 189 -
CMYK 0.13 0.77 0 0.26
HSL 289.66º 0.62% 0.46% -
HSV(B) 289.66º 0.77% 0.74% -
XYZ 25.4 13.37 49.39 -
YUV 96.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 164 44 189 0.13 0.77 0 0.26 289.66 0.62 0.46
Hex A4 2C BD D 4D 0 1A 122 3E 2E
Octal 244 54 275 15 115 0 32 442 76 56
Binary 10100100 101100 10111101 1101 1001101 0 11010 100100010 111110 101110

Color Harmonies of #A42CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42CBD

Black with #A42CBD

Text Example


Text Example

White with #A42CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42CBD; }

 p { color: rgb(164,44,189); }

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

background-color css

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

 a { background-color: rgb(164,44,189); }

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

border-color css

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

 span { border-color: rgb(164,44,189); }

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