Html Css Color HEX #AF26CD Dark Orchid

📋 copy color: '#AF26CD'

red 175 ◦ green 38 ◦ blue 205

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

Shades of Dark Orchid #AF26CD

Tints of Dark Orchid #AF26CD

RGB

 RED value IS 175 (68.75% from 255) = 41.87%

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 41.87%
G = 9.09%
B = 49.04%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF26CD (or 0xAF26CD) is known color: Dark Orchid. HEX triplet: AF, 26 and CD. RGB value is (175,38,205). Sum of RGB (Red+Green+Blue) = 175+38+205=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF26CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26CD is #50D932. Grayscale: #616161. Windows color (decimal): -5298483 or 13444783. OLE color: 13444783.

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

Color convert

RGB 175 38 205 -
CMYK 0.15 0.81 0 0.20
HSL 289.22º 0.69% 0.48% -
HSV(B) 289.22º 0.81% 0.8% -
XYZ 29.39 14.91 59.09 -
YUV 98 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 175 38 205 0.15 0.81 0 0.20 289.22 0.69 0.48
Hex AF 26 CD F 51 0 14 121 45 30
Octal 257 46 315 17 121 0 24 441 105 60
Binary 10101111 100110 11001101 1111 1010001 0 10100 100100001 1000101 110000

Color Harmonies of #AF26CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26CD

Black with #AF26CD

Text Example


Text Example

White with #AF26CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26CD; }

 p { color: rgb(175,38,205); }

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

background-color css

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

 a { background-color: rgb(175,38,205); }

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

border-color css

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

 span { border-color: rgb(175,38,205); }

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