Html Css Color HEX #A832C8 Dark Orchid

📋 copy color: '#A832C8'

red 168 ◦ green 50 ◦ blue 200

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

Shades of Dark Orchid #A832C8

Tints of Dark Orchid #A832C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.85%

R = 40.19%
G = 11.96%
B = 47.85%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A832C8 (or 0xA832C8) is known color: Dark Orchid. HEX triplet: A8, 32 and C8. RGB value is (168,50,200). Sum of RGB (Red+Green+Blue) = 168+50+200=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #A832C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832C8 is #57CD37. Grayscale: #656565. Windows color (decimal): -5754168 or 13120168. OLE color: 13120168.

HSL color Cylindrical-coordinate representation of color #A832C8: hue angle of 287.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A832C8 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 50 200 -
CMYK 0.16 0.75 0 0.22
HSL 287.2º 0.6% 0.49% -
HSV(B) 287.2º 0.75% 0.78% -
XYZ 27.71 14.78 56.03 -
YUV 102.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 168 50 200 0.16 0.75 0 0.22 287.2 0.6 0.49
Hex A8 32 C8 10 4B 0 16 11F 3C 31
Octal 250 62 310 20 113 0 26 437 74 61
Binary 10101000 110010 11001000 10000 1001011 0 10110 100011111 111100 110001

Color Harmonies of #A832C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832C8

Black with #A832C8

Text Example


Text Example

White with #A832C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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