Html Css Color HEX #A425CC Dark Orchid

📋 copy color: '#A425CC'

red 164 ◦ green 37 ◦ blue 204

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

Shades of Dark Orchid #A425CC

Tints of Dark Orchid #A425CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 40.49%
G = 9.14%
B = 50.37%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A425CC (or 0xA425CC) is known color: Dark Orchid. HEX triplet: A4, 25 and CC. RGB value is (164,37,204). Sum of RGB (Red+Green+Blue) = 164+37+204=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #A425CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425CC is #5BDA33. Grayscale: #5D5D5D. Windows color (decimal): -6019636 or 13378980. OLE color: 13378980.

HSL color Cylindrical-coordinate representation of color #A425CC: hue angle of 285.63º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A425CC is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 37 204 -
CMYK 0.20 0.82 0 0.2
HSL 285.63º 0.69% 0.47% -
HSV(B) 285.63º 0.82% 0.8% -
XYZ 26.87 13.58 58.33 -
YUV 94.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 164 37 204 0.20 0.82 0 0.2 285.63 0.69 0.47
Hex A4 25 CC 14 52 0 14 11E 45 2F
Octal 244 45 314 24 122 0 24 436 105 57
Binary 10100100 100101 11001100 10100 1010010 0 10100 100011110 1000101 101111

Color Harmonies of #A425CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425CC

Black with #A425CC

Text Example


Text Example

White with #A425CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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