Html Css Color HEX #A521CB Dark Orchid

📋 copy color: '#A521CB'

red 165 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #A521CB

Tints of Dark Orchid #A521CB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.23%

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

R = 41.15%
G = 8.23%
B = 50.62%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A521CB (or 0xA521CB) is known color: Dark Orchid. HEX triplet: A5, 21 and CB. RGB value is (165,33,203). Sum of RGB (Red+Green+Blue) = 165+33+203=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #A521CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521CB is #5ADE34. Grayscale: #5B5B5B. Windows color (decimal): -5955125 or 13312421. OLE color: 13312421.

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

Color convert

RGB 165 33 203 -
CMYK 0.19 0.84 0 0.20
HSL 286.59º 0.72% 0.46% -
HSV(B) 286.59º 0.84% 0.8% -
XYZ 26.84 13.4 57.67 -
YUV 91.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 165 33 203 0.19 0.84 0 0.20 286.59 0.72 0.46
Hex A5 21 CB 13 54 0 14 11F 48 2E
Octal 245 41 313 23 124 0 24 437 110 56
Binary 10100101 100001 11001011 10011 1010100 0 10100 100011111 1001000 101110

Color Harmonies of #A521CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A521CB

Black with #A521CB

Text Example


Text Example

White with #A521CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A521CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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