Html Css Color HEX #A528CD Dark Orchid

📋 copy color: '#A528CD'

red 165 ◦ green 40 ◦ blue 205

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

Shades of Dark Orchid #A528CD

Tints of Dark Orchid #A528CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 40.24%
G = 9.76%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A528CD (or 0xA528CD) is known color: Dark Orchid. HEX triplet: A5, 28 and CD. RGB value is (165,40,205). Sum of RGB (Red+Green+Blue) = 165+40+205=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #A528CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528CD is #5AD732. Grayscale: #5F5F5F. Windows color (decimal): -5953331 or 13445285. OLE color: 13445285.

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

Color convert

RGB 165 40 205 -
CMYK 0.20 0.80 0 0.20
HSL 285.45º 0.67% 0.48% -
HSV(B) 285.45º 0.8% 0.8% -
XYZ 27.3 13.92 59.01 -
YUV 96.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 165 40 205 0.20 0.80 0 0.20 285.45 0.67 0.48
Hex A5 28 CD 14 50 0 14 11D 43 30
Octal 245 50 315 24 120 0 24 435 103 60
Binary 10100101 101000 11001101 10100 1010000 0 10100 100011101 1000011 110000

Color Harmonies of #A528CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528CD

Black with #A528CD

Text Example


Text Example

White with #A528CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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