Html Css Color HEX #A745DF Dark Orchid

📋 copy color: '#A745DF'

red 167 ◦ green 69 ◦ blue 223

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

Shades of Dark Orchid #A745DF

Tints of Dark Orchid #A745DF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.03%

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

R = 36.38%
G = 15.03%
B = 48.58%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A745DF (or 0xA745DF) is known color: Dark Orchid. HEX triplet: A7, 45 and DF. RGB value is (167,69,223). Sum of RGB (Red+Green+Blue) = 167+69+223=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #A745DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A745DF is #58BA20. Grayscale: #737373. Windows color (decimal): -5814817 or 14632359. OLE color: 14632359.

HSL color Cylindrical-coordinate representation of color #A745DF: hue angle of 278.18º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A745DF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 69 223 -
CMYK 0.25 0.69 0 0.13
HSL 278.18º 0.71% 0.57% -
HSV(B) 278.18º 0.69% 0.87% -
XYZ 31.38 17.8 71.59 -
YUV 115.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 167 69 223 0.25 0.69 0 0.13 278.18 0.71 0.57
Hex A7 45 DF 19 45 0 D 116 47 39
Octal 247 105 337 31 105 0 15 426 107 71
Binary 10100111 1000101 11011111 11001 1000101 0 1101 100010110 1000111 111001

Color Harmonies of #A745DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A745DF

Black with #A745DF

Text Example


Text Example

White with #A745DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A745DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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