Html Css Color HEX #A528CC Dark Orchid

📋 copy color: '#A528CC'

red 165 ◦ green 40 ◦ blue 204

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

Shades of Dark Orchid #A528CC

Tints of Dark Orchid #A528CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 40.34%
G = 9.78%
B = 49.88%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A528CC (or 0xA528CC) is known color: Dark Orchid. HEX triplet: A5, 28 and CC. RGB value is (165,40,204). Sum of RGB (Red+Green+Blue) = 165+40+204=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #A528CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528CC is #5AD733. Grayscale: #5F5F5F. Windows color (decimal): -5953332 or 13379749. OLE color: 13379749.

HSL color Cylindrical-coordinate representation of color #A528CC: hue angle of 285.73º 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 #A528CC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 40 204 -
CMYK 0.19 0.80 0 0.2
HSL 285.73º 0.67% 0.48% -
HSV(B) 285.73º 0.8% 0.8% -
XYZ 27.17 13.88 58.37 -
YUV 96.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 165 40 204 0.19 0.80 0 0.2 285.73 0.67 0.48
Hex A5 28 CC 13 50 0 14 11E 43 30
Octal 245 50 314 23 120 0 24 436 103 60
Binary 10100101 101000 11001100 10011 1010000 0 10100 100011110 1000011 110000

Color Harmonies of #A528CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528CC

Black with #A528CC

Text Example


Text Example

White with #A528CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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