Html Css Color HEX #A425DF Dark Orchid

📋 copy color: '#A425DF'

red 164 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #A425DF

Tints of Dark Orchid #A425DF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.73%

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

R = 38.68%
G = 8.73%
B = 52.59%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A425DF (or 0xA425DF) is known color: Dark Orchid. HEX triplet: A4, 25 and DF. RGB value is (164,37,223). Sum of RGB (Red+Green+Blue) = 164+37+223=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #A425DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425DF is #5BDA20. Grayscale: #5F5F5F. Windows color (decimal): -6019617 or 14624164. OLE color: 14624164.

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

Color convert

RGB 164 37 223 -
CMYK 0.26 0.83 0 0.13
HSL 280.97º 0.74% 0.51% -
HSV(B) 280.97º 0.83% 0.87% -
XYZ 29.29 14.54 71.08 -
YUV 96.18 199.58 176.38 -
System Red Green Blue C M Y K H S L
Decimal 164 37 223 0.26 0.83 0 0.13 280.97 0.74 0.51
Hex A4 25 DF 1A 53 0 D 119 4A 33
Octal 244 45 337 32 123 0 15 431 112 63
Binary 10100100 100101 11011111 11010 1010011 0 1101 100011001 1001010 110011

Color Harmonies of #A425DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425DF

Black with #A425DF

Text Example


Text Example

White with #A425DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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