Html Css Color HEX #A522BC Dark Orchid

📋 copy color: '#A522BC'

red 165 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #A522BC

Tints of Dark Orchid #A522BC

RGB

 RED value IS 165 (64.84% from 255) = 42.64%

 GREEN value IS 34 (13.67% from 255) = 8.79%

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

R = 42.64%
G = 8.79%
B = 48.58%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A522BC (or 0xA522BC) is known color: Dark Orchid. HEX triplet: A5, 22 and BC. RGB value is (165,34,188). Sum of RGB (Red+Green+Blue) = 165+34+188=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #A522BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522BC is #5ADD43. Grayscale: #5A5A5A. Windows color (decimal): -5954884 or 12329637. OLE color: 12329637.

HSL color Cylindrical-coordinate representation of color #A522BC: hue angle of 291.04º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A522BC is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 34 188 -
CMYK 0.12 0.82 0 0.26
HSL 291.04º 0.69% 0.44% -
HSV(B) 291.04º 0.82% 0.74% -
XYZ 25.17 12.77 48.72 -
YUV 90.73 182.9 180.98 -
System Red Green Blue C M Y K H S L
Decimal 165 34 188 0.12 0.82 0 0.26 291.04 0.69 0.44
Hex A5 22 BC C 52 0 1A 123 45 2C
Octal 245 42 274 14 122 0 32 443 105 54
Binary 10100101 100010 10111100 1100 1010010 0 11010 100100011 1000101 101100

Color Harmonies of #A522BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522BC

Black with #A522BC

Text Example


Text Example

White with #A522BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522BC; }

 p { color: rgb(165,34,188); }

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

background-color css

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

 a { background-color: rgb(165,34,188); }

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

border-color css

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

 span { border-color: rgb(165,34,188); }

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