Html Css Color HEX #A825CB Dark Orchid

📋 copy color: '#A825CB'

red 168 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #A825CB

Tints of Dark Orchid #A825CB

RGB

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

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

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

R = 41.18%
G = 9.07%
B = 49.75%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A825CB (or 0xA825CB) is known color: Dark Orchid. HEX triplet: A8, 25 and CB. RGB value is (168,37,203). Sum of RGB (Red+Green+Blue) = 168+37+203=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #A825CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825CB is #57DA34. Grayscale: #5E5E5E. Windows color (decimal): -5757493 or 13313448. OLE color: 13313448.

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

Color convert

RGB 168 37 203 -
CMYK 0.17 0.82 0 0.20
HSL 287.35º 0.69% 0.47% -
HSV(B) 287.35º 0.82% 0.8% -
XYZ 27.59 13.96 57.74 -
YUV 95.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 168 37 203 0.17 0.82 0 0.20 287.35 0.69 0.47
Hex A8 25 CB 11 52 0 14 11F 45 2F
Octal 250 45 313 21 122 0 24 437 105 57
Binary 10101000 100101 11001011 10001 1010010 0 10100 100011111 1000101 101111

Color Harmonies of #A825CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825CB

Black with #A825CB

Text Example


Text Example

White with #A825CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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