Html Css Color HEX #A42BAF Dark Orchid

📋 copy color: '#A42BAF'

red 164 ◦ green 43 ◦ blue 175

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

Shades of Dark Orchid #A42BAF

Tints of Dark Orchid #A42BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 42.93%
G = 11.26%
B = 45.81%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A42BAF (or 0xA42BAF) is known color: Dark Orchid. HEX triplet: A4, 2B and AF. RGB value is (164,43,175). Sum of RGB (Red+Green+Blue) = 164+43+175=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #A42BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42BAF is #5BD450. Grayscale: #5D5D5D. Windows color (decimal): -6018129 or 11479972. OLE color: 11479972.

HSL color Cylindrical-coordinate representation of color #A42BAF: hue angle of 295º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42BAF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 43 175 -
CMYK 0.06 0.75 0 0.31
HSL 295º 0.61% 0.43% -
HSV(B) 295º 0.75% 0.69% -
XYZ 23.91 12.72 41.75 -
YUV 94.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 164 43 175 0.06 0.75 0 0.31 295 0.61 0.43
Hex A4 2B AF 6 4B 0 1F 127 3D 2B
Octal 244 53 257 6 113 0 37 447 75 53
Binary 10100100 101011 10101111 110 1001011 0 11111 100100111 111101 101011

Color Harmonies of #A42BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BAF

Black with #A42BAF

Text Example


Text Example

White with #A42BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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