Html Css Color HEX #AF26C3 Dark Orchid

📋 copy color: '#AF26C3'

red 175 ◦ green 38 ◦ blue 195

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

Shades of Dark Orchid #AF26C3

Tints of Dark Orchid #AF26C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.79%

R = 42.89%
G = 9.31%
B = 47.79%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF26C3 (or 0xAF26C3) is known color: Dark Orchid. HEX triplet: AF, 26 and C3. RGB value is (175,38,195). Sum of RGB (Red+Green+Blue) = 175+38+195=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF26C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26C3 is #50D93C. Grayscale: #606060. Windows color (decimal): -5298493 or 12789423. OLE color: 12789423.

HSL color Cylindrical-coordinate representation of color #AF26C3: hue angle of 292.36º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF26C3 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 38 195 -
CMYK 0.10 0.81 0 0.24
HSL 292.36º 0.67% 0.46% -
HSV(B) 292.36º 0.81% 0.76% -
XYZ 28.22 14.44 52.93 -
YUV 96.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 175 38 195 0.10 0.81 0 0.24 292.36 0.67 0.46
Hex AF 26 C3 A 51 0 18 124 43 2E
Octal 257 46 303 12 121 0 30 444 103 56
Binary 10101111 100110 11000011 1010 1010001 0 11000 100100100 1000011 101110

Color Harmonies of #AF26C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26C3

Black with #AF26C3

Text Example


Text Example

White with #AF26C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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