Html Css Color HEX #A832CF Dark Orchid

📋 copy color: '#A832CF'

red 168 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #A832CF

Tints of Dark Orchid #A832CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 39.53%
G = 11.76%
B = 48.71%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A832CF (or 0xA832CF) is known color: Dark Orchid. HEX triplet: A8, 32 and CF. RGB value is (168,50,207). Sum of RGB (Red+Green+Blue) = 168+50+207=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #A832CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832CF is #57CD30. Grayscale: #666666. Windows color (decimal): -5754161 or 13578920. OLE color: 13578920.

HSL color Cylindrical-coordinate representation of color #A832CF: hue angle of 285.1º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A832CF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 50 207 -
CMYK 0.19 0.76 0 0.19
HSL 285.1º 0.62% 0.5% -
HSV(B) 285.1º 0.76% 0.81% -
XYZ 28.55 15.11 60.44 -
YUV 103.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 168 50 207 0.19 0.76 0 0.19 285.1 0.62 0.5
Hex A8 32 CF 13 4C 0 13 11D 3E 32
Octal 250 62 317 23 114 0 23 435 76 62
Binary 10101000 110010 11001111 10011 1001100 0 10011 100011101 111110 110010

Color Harmonies of #A832CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832CF

Black with #A832CF

Text Example


Text Example

White with #A832CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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