Html Css Color HEX #A438DF Dark Orchid

📋 copy color: '#A438DF'

red 164 ◦ green 56 ◦ blue 223

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

Shades of Dark Orchid #A438DF

Tints of Dark Orchid #A438DF

RGB

 RED value IS 164 (64.45% from 255) = 37.02%

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

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

R = 37.02%
G = 12.64%
B = 50.34%

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

#A438DF (or 0xA438DF) is known color: Dark Orchid. HEX triplet: A4, 38 and DF. RGB value is (164,56,223). Sum of RGB (Red+Green+Blue) = 164+56+223=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #A438DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438DF is #5BC720. Grayscale: #6A6A6A. Windows color (decimal): -6014753 or 14629028. OLE color: 14629028.

HSL color Cylindrical-coordinate representation of color #A438DF: hue angle of 278.8º 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 #A438DF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 56 223 -
CMYK 0.26 0.75 0 0.13
HSL 278.8º 0.72% 0.55% -
HSV(B) 278.8º 0.75% 0.87% -
XYZ 30.04 16.05 71.33 -
YUV 107.33 193.28 168.42 -
System Red Green Blue C M Y K H S L
Decimal 164 56 223 0.26 0.75 0 0.13 278.8 0.72 0.55
Hex A4 38 DF 1A 4B 0 D 117 48 37
Octal 244 70 337 32 113 0 15 427 110 67
Binary 10100100 111000 11011111 11010 1001011 0 1101 100010111 1001000 110111

Color Harmonies of #A438DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438DF

Black with #A438DF

Text Example


Text Example

White with #A438DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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