Html Css Color HEX #A538DF Dark Orchid

📋 copy color: '#A538DF'

red 165 ◦ green 56 ◦ blue 223

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

Shades of Dark Orchid #A538DF

Tints of Dark Orchid #A538DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 37.16%
G = 12.61%
B = 50.23%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A538DF (or 0xA538DF) is known color: Dark Orchid. HEX triplet: A5, 38 and DF. RGB value is (165,56,223). Sum of RGB (Red+Green+Blue) = 165+56+223=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #A538DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A538DF is #5AC720. Grayscale: #6B6B6B. Windows color (decimal): -5949217 or 14629029. OLE color: 14629029.

HSL color Cylindrical-coordinate representation of color #A538DF: hue angle of 279.16º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A538DF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 56 223 -
CMYK 0.26 0.75 0 0.13
HSL 279.16º 0.72% 0.55% -
HSV(B) 279.16º 0.75% 0.87% -
XYZ 30.25 16.16 71.34 -
YUV 107.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 165 56 223 0.26 0.75 0 0.13 279.16 0.72 0.55
Hex A5 38 DF 1A 4B 0 D 117 48 37
Octal 245 70 337 32 113 0 15 427 110 67
Binary 10100101 111000 11011111 11010 1001011 0 1101 100010111 1001000 110111

Color Harmonies of #A538DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A538DF

Black with #A538DF

Text Example


Text Example

White with #A538DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A538DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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