Html Css Color HEX #A832CC Dark Orchid

📋 copy color: '#A832CC'

red 168 ◦ green 50 ◦ blue 204

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

Shades of Dark Orchid #A832CC

Tints of Dark Orchid #A832CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.85%

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

R = 39.81%
G = 11.85%
B = 48.34%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A832CC (or 0xA832CC) is known color: Dark Orchid. HEX triplet: A8, 32 and CC. RGB value is (168,50,204). Sum of RGB (Red+Green+Blue) = 168+50+204=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #A832CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832CC is #57CD33. Grayscale: #666666. Windows color (decimal): -5754164 or 13382312. OLE color: 13382312.

HSL color Cylindrical-coordinate representation of color #A832CC: hue angle of 285.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A832CC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 50 204 -
CMYK 0.18 0.75 0 0.2
HSL 285.97º 0.61% 0.5% -
HSV(B) 285.97º 0.75% 0.8% -
XYZ 28.19 14.97 58.53 -
YUV 102.84 185.09 174.48 -
System Red Green Blue C M Y K H S L
Decimal 168 50 204 0.18 0.75 0 0.2 285.97 0.61 0.5
Hex A8 32 CC 12 4B 0 14 11E 3D 32
Octal 250 62 314 22 113 0 24 436 75 62
Binary 10101000 110010 11001100 10010 1001011 0 10100 100011110 111101 110010

Color Harmonies of #A832CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832CC

Black with #A832CC

Text Example


Text Example

White with #A832CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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