Html Css Color HEX #A522CB Dark Orchid

📋 copy color: '#A522CB'

red 165 ◦ green 34 ◦ blue 203

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

Shades of Dark Orchid #A522CB

Tints of Dark Orchid #A522CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 41.04%
G = 8.46%
B = 50.5%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A522CB (or 0xA522CB) is known color: Dark Orchid. HEX triplet: A5, 22 and CB. RGB value is (165,34,203). Sum of RGB (Red+Green+Blue) = 165+34+203=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #A522CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522CB is #5ADD34. Grayscale: #5B5B5B. Windows color (decimal): -5954869 or 13312677. OLE color: 13312677.

HSL color Cylindrical-coordinate representation of color #A522CB: hue angle of 286.51º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A522CB is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 34 203 -
CMYK 0.19 0.83 0 0.20
HSL 286.51º 0.71% 0.46% -
HSV(B) 286.51º 0.83% 0.8% -
XYZ 26.87 13.46 57.68 -
YUV 92.44 190.4 179.76 -
System Red Green Blue C M Y K H S L
Decimal 165 34 203 0.19 0.83 0 0.20 286.51 0.71 0.46
Hex A5 22 CB 13 53 0 14 11F 47 2E
Octal 245 42 313 23 123 0 24 437 107 56
Binary 10100101 100010 11001011 10011 1010011 0 10100 100011111 1000111 101110

Color Harmonies of #A522CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522CB

Black with #A522CB

Text Example


Text Example

White with #A522CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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