Html Css Color HEX #A738DF Dark Orchid

📋 copy color: '#A738DF'

red 167 ◦ green 56 ◦ blue 223

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

Shades of Dark Orchid #A738DF

Tints of Dark Orchid #A738DF

RGB

 RED value IS 167 (65.63% from 255) = 37.44%

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

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

R = 37.44%
G = 12.56%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A738DF (or 0xA738DF) is known color: Dark Orchid. HEX triplet: A7, 38 and DF. RGB value is (167,56,223). Sum of RGB (Red+Green+Blue) = 167+56+223=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #A738DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A738DF is #58C720. Grayscale: #6B6B6B. Windows color (decimal): -5818145 or 14629031. OLE color: 14629031.

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

Color convert

RGB 167 56 223 -
CMYK 0.25 0.75 0 0.13
HSL 279.88º 0.72% 0.55% -
HSV(B) 279.88º 0.75% 0.87% -
XYZ 30.67 16.37 71.36 -
YUV 108.23 192.77 169.92 -
System Red Green Blue C M Y K H S L
Decimal 167 56 223 0.25 0.75 0 0.13 279.88 0.72 0.55
Hex A7 38 DF 19 4B 0 D 118 48 37
Octal 247 70 337 31 113 0 15 430 110 67
Binary 10100111 111000 11011111 11001 1001011 0 1101 100011000 1001000 110111

Color Harmonies of #A738DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A738DF

Black with #A738DF

Text Example


Text Example

White with #A738DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A738DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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