Html Css Color HEX #A42BDC Dark Orchid

📋 copy color: '#A42BDC'

red 164 ◦ green 43 ◦ blue 220

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

Shades of Dark Orchid #A42BDC

Tints of Dark Orchid #A42BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 38.41%
G = 10.07%
B = 51.52%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A42BDC (or 0xA42BDC) is known color: Dark Orchid. HEX triplet: A4, 2B and DC. RGB value is (164,43,220). Sum of RGB (Red+Green+Blue) = 164+43+220=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #A42BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BDC is #5BD423. Grayscale: #626262. Windows color (decimal): -6018084 or 14429092. OLE color: 14429092.

HSL color Cylindrical-coordinate representation of color #A42BDC: hue angle of 281.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42BDC is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 43 220 -
CMYK 0.25 0.80 0 0.14
HSL 281.02º 0.72% 0.52% -
HSV(B) 281.02º 0.8% 0.86% -
XYZ 29.09 14.79 69.03 -
YUV 99.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 164 43 220 0.25 0.80 0 0.14 281.02 0.72 0.52
Hex A4 2B DC 19 50 0 E 119 48 34
Octal 244 53 334 31 120 0 16 431 110 64
Binary 10100100 101011 11011100 11001 1010000 0 1110 100011001 1001000 110100

Color Harmonies of #A42BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BDC

Black with #A42BDC

Text Example


Text Example

White with #A42BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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