Html Css Color HEX #A826CB Dark Orchid

📋 copy color: '#A826CB'

red 168 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #A826CB

Tints of Dark Orchid #A826CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.29%

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

R = 41.08%
G = 9.29%
B = 49.63%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A826CB (or 0xA826CB) is known color: Dark Orchid. HEX triplet: A8, 26 and CB. RGB value is (168,38,203). Sum of RGB (Red+Green+Blue) = 168+38+203=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #A826CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826CB is #57D934. Grayscale: #5F5F5F. Windows color (decimal): -5757237 or 13313704. OLE color: 13313704.

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

Color convert

RGB 168 38 203 -
CMYK 0.17 0.81 0 0.20
HSL 287.27º 0.68% 0.47% -
HSV(B) 287.27º 0.81% 0.8% -
XYZ 27.62 14.02 57.75 -
YUV 95.68 188.57 179.58 -
System Red Green Blue C M Y K H S L
Decimal 168 38 203 0.17 0.81 0 0.20 287.27 0.68 0.47
Hex A8 26 CB 11 51 0 14 11F 44 2F
Octal 250 46 313 21 121 0 24 437 104 57
Binary 10101000 100110 11001011 10001 1010001 0 10100 100011111 1000100 101111

Color Harmonies of #A826CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826CB

Black with #A826CB

Text Example


Text Example

White with #A826CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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