Html Css Color HEX #A538CC Dark Orchid

📋 copy color: '#A538CC'

red 165 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #A538CC

Tints of Dark Orchid #A538CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.18%

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

R = 38.82%
G = 13.18%
B = 48%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A538CC (or 0xA538CC) is known color: Dark Orchid. HEX triplet: A5, 38 and CC. RGB value is (165,56,204). Sum of RGB (Red+Green+Blue) = 165+56+204=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #A538CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A538CC is #5AC733. Grayscale: #686868. Windows color (decimal): -5949236 or 13383845. OLE color: 13383845.

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

Color convert

RGB 165 56 204 -
CMYK 0.19 0.73 0 0.2
HSL 284.19º 0.59% 0.51% -
HSV(B) 284.19º 0.73% 0.8% -
XYZ 27.83 15.19 58.59 -
YUV 105.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 165 56 204 0.19 0.73 0 0.2 284.19 0.59 0.51
Hex A5 38 CC 13 49 0 14 11C 3B 33
Octal 245 70 314 23 111 0 24 434 73 63
Binary 10100101 111000 11001100 10011 1001001 0 10100 100011100 111011 110011

Color Harmonies of #A538CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538CC

Black with #A538CC

Text Example


Text Example

White with #A538CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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