Html Css Color HEX #A523CB Dark Orchid

📋 copy color: '#A523CB'

red 165 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #A523CB

Tints of Dark Orchid #A523CB

RGB

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

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

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

R = 40.94%
G = 8.68%
B = 50.37%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A523CB (or 0xA523CB) is known color: Dark Orchid. HEX triplet: A5, 23 and CB. RGB value is (165,35,203). Sum of RGB (Red+Green+Blue) = 165+35+203=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #A523CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523CB is #5ADC34. Grayscale: #5C5C5C. Windows color (decimal): -5954613 or 13312933. OLE color: 13312933.

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

Color convert

RGB 165 35 203 -
CMYK 0.19 0.83 0 0.20
HSL 286.43º 0.71% 0.47% -
HSV(B) 286.43º 0.83% 0.8% -
XYZ 26.9 13.51 57.69 -
YUV 93.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 165 35 203 0.19 0.83 0 0.20 286.43 0.71 0.47
Hex A5 23 CB 13 53 0 14 11E 47 2F
Octal 245 43 313 23 123 0 24 436 107 57
Binary 10100101 100011 11001011 10011 1010011 0 10100 100011110 1000111 101111

Color Harmonies of #A523CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523CB

Black with #A523CB

Text Example


Text Example

White with #A523CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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