Html Css Color HEX #A528CA Dark Orchid

📋 copy color: '#A528CA'

red 165 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #A528CA

Tints of Dark Orchid #A528CA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.83%

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 40.54%
G = 9.83%
B = 49.63%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A528CA (or 0xA528CA) is known color: Dark Orchid. HEX triplet: A5, 28 and CA. RGB value is (165,40,202). Sum of RGB (Red+Green+Blue) = 165+40+202=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A528CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528CA is #5AD735. Grayscale: #5F5F5F. Windows color (decimal): -5953334 or 13248677. OLE color: 13248677.

HSL color Cylindrical-coordinate representation of color #A528CA: hue angle of 286.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A528CA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 40 202 -
CMYK 0.18 0.80 0 0.21
HSL 286.3º 0.67% 0.47% -
HSV(B) 286.3º 0.8% 0.79% -
XYZ 26.94 13.78 57.12 -
YUV 95.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 165 40 202 0.18 0.80 0 0.21 286.3 0.67 0.47
Hex A5 28 CA 12 50 0 15 11E 43 2F
Octal 245 50 312 22 120 0 25 436 103 57
Binary 10100101 101000 11001010 10010 1010000 0 10101 100011110 1000011 101111

Color Harmonies of #A528CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528CA

Black with #A528CA

Text Example


Text Example

White with #A528CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528CA; }

 p { color: rgb(165,40,202); }

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

background-color css

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

 a { background-color: rgb(165,40,202); }

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

border-color css

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

 span { border-color: rgb(165,40,202); }

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