Html Css Color HEX #A523CC Dark Orchid

📋 copy color: '#A523CC'

red 165 ◦ green 35 ◦ blue 204

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

Shades of Dark Orchid #A523CC

Tints of Dark Orchid #A523CC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.66%

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

R = 40.84%
G = 8.66%
B = 50.5%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A523CC (or 0xA523CC) is known color: Dark Orchid. HEX triplet: A5, 23 and CC. RGB value is (165,35,204). Sum of RGB (Red+Green+Blue) = 165+35+204=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #A523CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523CC is #5ADC33. Grayscale: #5C5C5C. Windows color (decimal): -5954612 or 13378469. OLE color: 13378469.

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

Color convert

RGB 165 35 204 -
CMYK 0.19 0.83 0 0.2
HSL 286.15º 0.71% 0.47% -
HSV(B) 286.15º 0.83% 0.8% -
XYZ 27.02 13.56 58.32 -
YUV 93.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 165 35 204 0.19 0.83 0 0.2 286.15 0.71 0.47
Hex A5 23 CC 13 53 0 14 11E 47 2F
Octal 245 43 314 23 123 0 24 436 107 57
Binary 10100101 100011 11001100 10011 1010011 0 10100 100011110 1000111 101111

Color Harmonies of #A523CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523CC

Black with #A523CC

Text Example


Text Example

White with #A523CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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