Html Css Color HEX #A825CC Dark Orchid

📋 copy color: '#A825CC'

red 168 ◦ green 37 ◦ blue 204

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

Shades of Dark Orchid #A825CC

Tints of Dark Orchid #A825CC

RGB

 RED value IS 168 (66.02% from 255) = 41.08%

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

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

R = 41.08%
G = 9.05%
B = 49.88%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A825CC (or 0xA825CC) is known color: Dark Orchid. HEX triplet: A8, 25 and CC. RGB value is (168,37,204). Sum of RGB (Red+Green+Blue) = 168+37+204=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #A825CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825CC is #57DA33. Grayscale: #5E5E5E. Windows color (decimal): -5757492 or 13378984. OLE color: 13378984.

HSL color Cylindrical-coordinate representation of color #A825CC: hue angle of 287.07º 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 #A825CC is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 37 204 -
CMYK 0.18 0.82 0 0.2
HSL 287.07º 0.69% 0.47% -
HSV(B) 287.07º 0.82% 0.8% -
XYZ 27.71 14.01 58.37 -
YUV 95.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 168 37 204 0.18 0.82 0 0.2 287.07 0.69 0.47
Hex A8 25 CC 12 52 0 14 11F 45 2F
Octal 250 45 314 22 122 0 24 437 105 57
Binary 10101000 100101 11001100 10010 1010010 0 10100 100011111 1000101 101111

Color Harmonies of #A825CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825CC

Black with #A825CC

Text Example


Text Example

White with #A825CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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