Html Css Color HEX #A536DF Dark Orchid

📋 copy color: '#A536DF'

red 165 ◦ green 54 ◦ blue 223

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

Shades of Dark Orchid #A536DF

Tints of Dark Orchid #A536DF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.22%

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

R = 37.33%
G = 12.22%
B = 50.45%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A536DF (or 0xA536DF) is known color: Dark Orchid. HEX triplet: A5, 36 and DF. RGB value is (165,54,223). Sum of RGB (Red+Green+Blue) = 165+54+223=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #A536DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536DF is #5AC920. Grayscale: #696969. Windows color (decimal): -5949729 or 14628517. OLE color: 14628517.

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

Color convert

RGB 165 54 223 -
CMYK 0.26 0.76 0 0.13
HSL 279.41º 0.73% 0.54% -
HSV(B) 279.41º 0.76% 0.87% -
XYZ 30.16 15.97 71.3 -
YUV 106.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 165 54 223 0.26 0.76 0 0.13 279.41 0.73 0.54
Hex A5 36 DF 1A 4C 0 D 117 49 36
Octal 245 66 337 32 114 0 15 427 111 66
Binary 10100101 110110 11011111 11010 1001100 0 1101 100010111 1001001 110110

Color Harmonies of #A536DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536DF

Black with #A536DF

Text Example


Text Example

White with #A536DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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