Html Css Color HEX #A82FCB Dark Orchid

📋 copy color: '#A82FCB'

red 168 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #A82FCB

Tints of Dark Orchid #A82FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.24%

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

R = 40.19%
G = 11.24%
B = 48.56%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A82FCB (or 0xA82FCB) is known color: Dark Orchid. HEX triplet: A8, 2F and CB. RGB value is (168,47,203). Sum of RGB (Red+Green+Blue) = 168+47+203=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #A82FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FCB is #57D034. Grayscale: #646464. Windows color (decimal): -5754933 or 13316008. OLE color: 13316008.

HSL color Cylindrical-coordinate representation of color #A82FCB: hue angle of 286.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82FCB is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 47 203 -
CMYK 0.17 0.77 0 0.20
HSL 286.54º 0.62% 0.49% -
HSV(B) 286.54º 0.77% 0.8% -
XYZ 27.94 14.67 57.86 -
YUV 100.96 185.59 175.82 -
System Red Green Blue C M Y K H S L
Decimal 168 47 203 0.17 0.77 0 0.20 286.54 0.62 0.49
Hex A8 2F CB 11 4D 0 14 11F 3E 31
Octal 250 57 313 21 115 0 24 437 76 61
Binary 10101000 101111 11001011 10001 1001101 0 10100 100011111 111110 110001

Color Harmonies of #A82FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82FCB

Black with #A82FCB

Text Example


Text Example

White with #A82FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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