Html Css Color HEX #A245DF Dark Orchid

📋 copy color: '#A245DF'

red 162 ◦ green 69 ◦ blue 223

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

Shades of Dark Orchid #A245DF

Tints of Dark Orchid #A245DF

RGB

 RED value IS 162 (63.67% from 255) = 35.68%

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

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

R = 35.68%
G = 15.2%
B = 49.12%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A245DF (or 0xA245DF) is known color: Dark Orchid. HEX triplet: A2, 45 and DF. RGB value is (162,69,223). Sum of RGB (Red+Green+Blue) = 162+69+223=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #A245DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245DF is #5DBA20. Grayscale: #717171. Windows color (decimal): -6142497 or 14632354. OLE color: 14632354.

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

Color convert

RGB 162 69 223 -
CMYK 0.27 0.69 0 0.13
HSL 276.23º 0.71% 0.57% -
HSV(B) 276.23º 0.69% 0.87% -
XYZ 30.35 17.27 71.55 -
YUV 114.36 189.31 161.98 -
System Red Green Blue C M Y K H S L
Decimal 162 69 223 0.27 0.69 0 0.13 276.23 0.71 0.57
Hex A2 45 DF 1B 45 0 D 114 47 39
Octal 242 105 337 33 105 0 15 424 107 71
Binary 10100010 1000101 11011111 11011 1000101 0 1101 100010100 1000111 111001

Color Harmonies of #A245DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A245DF

Black with #A245DF

Text Example


Text Example

White with #A245DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A245DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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