Html Css Color HEX #A82BCF Dark Orchid

📋 copy color: '#A82BCF'

red 168 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #A82BCF

Tints of Dark Orchid #A82BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.29%

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

R = 40.19%
G = 10.29%
B = 49.52%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A82BCF (or 0xA82BCF) is known color: Dark Orchid. HEX triplet: A8, 2B and CF. RGB value is (168,43,207). Sum of RGB (Red+Green+Blue) = 168+43+207=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #A82BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BCF is #57D430. Grayscale: #626262. Windows color (decimal): -5755953 or 13577128. OLE color: 13577128.

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

Color convert

RGB 168 43 207 -
CMYK 0.19 0.79 0 0.19
HSL 285.73º 0.66% 0.49% -
HSV(B) 285.73º 0.79% 0.81% -
XYZ 28.27 14.56 60.35 -
YUV 99.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 168 43 207 0.19 0.79 0 0.19 285.73 0.66 0.49
Hex A8 2B CF 13 4F 0 13 11E 42 31
Octal 250 53 317 23 117 0 23 436 102 61
Binary 10101000 101011 11001111 10011 1001111 0 10011 100011110 1000010 110001

Color Harmonies of #A82BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BCF

Black with #A82BCF

Text Example


Text Example

White with #A82BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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