Html Css Color HEX #A42BBC Dark Orchid

📋 copy color: '#A42BBC'

red 164 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #A42BBC

Tints of Dark Orchid #A42BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 41.52%
G = 10.89%
B = 47.59%

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

#A42BBC (or 0xA42BBC) is known color: Dark Orchid. HEX triplet: A4, 2B and BC. RGB value is (164,43,188). Sum of RGB (Red+Green+Blue) = 164+43+188=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #A42BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BBC is #5BD443. Grayscale: #5F5F5F. Windows color (decimal): -6018116 or 12331940. OLE color: 12331940.

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

Color convert

RGB 164 43 188 -
CMYK 0.13 0.77 0 0.26
HSL 290.07º 0.63% 0.45% -
HSV(B) 290.07º 0.77% 0.74% -
XYZ 25.25 13.25 48.8 -
YUV 95.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 164 43 188 0.13 0.77 0 0.26 290.07 0.63 0.45
Hex A4 2B BC D 4D 0 1A 122 3F 2D
Octal 244 53 274 15 115 0 32 442 77 55
Binary 10100100 101011 10111100 1101 1001101 0 11010 100100010 111111 101101

Color Harmonies of #A42BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BBC

Black with #A42BBC

Text Example


Text Example

White with #A42BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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