Html Css Color HEX #A325CB Dark Orchid

📋 copy color: '#A325CB'

red 163 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #A325CB

Tints of Dark Orchid #A325CB

RGB

 RED value IS 163 (64.06% from 255) = 40.45%

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

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 40.45%
G = 9.18%
B = 50.37%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A325CB (or 0xA325CB) is known color: Dark Orchid. HEX triplet: A3, 25 and CB. RGB value is (163,37,203). Sum of RGB (Red+Green+Blue) = 163+37+203=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #A325CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325CB is #5CDA34. Grayscale: #5D5D5D. Windows color (decimal): -6085173 or 13313443. OLE color: 13313443.

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

Color convert

RGB 163 37 203 -
CMYK 0.20 0.82 0 0.20
HSL 285.54º 0.69% 0.47% -
HSV(B) 285.54º 0.82% 0.8% -
XYZ 26.55 13.42 57.69 -
YUV 93.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 163 37 203 0.20 0.82 0 0.20 285.54 0.69 0.47
Hex A3 25 CB 14 52 0 14 11E 45 2F
Octal 243 45 313 24 122 0 24 436 105 57
Binary 10100011 100101 11001011 10100 1010010 0 10100 100011110 1000101 101111

Color Harmonies of #A325CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325CB

Black with #A325CB

Text Example


Text Example

White with #A325CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325CB; }

 p { color: rgb(163,37,203); }

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

background-color css

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

 a { background-color: rgb(163,37,203); }

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

border-color css

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

 span { border-color: rgb(163,37,203); }

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